ternary_pairs | R Documentation |
Produces a matrix of ternary plots.
ternary_pairs(x, ...)
## S4 method for signature 'matrix'
ternary_pairs(x, margin = NULL, ...)
## S4 method for signature 'data.frame'
ternary_pairs(x, margin = NULL, ...)
x |
A |
... |
Further graphical parameters. |
margin |
A |
ternary_pairs()
is called it for its side-effects: it results in a graphic
being displayed. Invisibly returns x
.
N. Frerebeau
Other graphical elements:
ternary_axis()
,
ternary_box()
,
ternary_grid()
,
ternary_plot()
,
ternary_title()
## Data from Aitchison 1986
## Ternary plots with marginal compositions
ternary_pairs(boxite)
## Ternary plots with endite
ternary_pairs(boxite, margin = "E")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.