margin: A character string or an integer giving the index of the column to be used as the third part of the ternary plots. If NULL
(the default), marginal compositions will be used (i.e. the geometric mean of the non-selected parts).
...: Further graphical parameters .
palette_color: A palette function that when called with a single argument returns a character vector of colors.
palette_symbol: A palette function that when called with a single argument returns a vector of symbols.
Returns
plot() is called for its side-effects: is results in a graphic being displayed (invisibly return x).
Examples
## Data from Day et al. 2011data("kommos", package ="folio")# Coerce to compositional datakommos <- remove_NA(kommos, margin =1)# Remove cases with missing valuescoda <- as_composition(kommos, parts =3:8, groups =1)## Use ceramic types for groupingpairs(coda)## Center and scale ternary plotspairs(coda, by =NULL, center =TRUE, scale =TRUE)