| approved_layers {ggtern} | R Documentation |
Approved Geoms, Stats and Positions
Description
ggtern is a specialist extension to ggplot2 for rendering ternary diagrams, as such, many stats and
geoms which come packaged with ggplot2 are either not relevant or will not work, as such,
ggtern regulates during the plot construction process, which geoms and stats are able to be applied
when using the coord_tern coordinate system. Attempting to apply non-approved geometries or stats
(ie geometries / stats not in the below list), will result in the respective layers being stripped from the final plot.
Approved Geometries
The following geoms have been approved so far, including a combination of existing geoms and newly created geoms for the ggtern package
APPROVED geoms in ggternare as follows:
Approved Stats
The following stats have been approved so far, including a combination of existing stats and newly created stats for the ggtern package
APPROVED stats in ggternare as follows:
Approved Positions
The following positions have been approved so far, including a combination of existing positions and newly created positions for the ggtern package
APPROVED positions in ggternare as follows:
The balance of the available stats, geometries or positions within ggplot2 are either invalid or remain work in
progress with regards to the ggtern package.
Author(s)
Nicholas Hamilton