ternary_pairs {isopleuros} | R Documentation |
Ternary Plot Matrices
Description
Produces a matrix of ternary plots.
Usage
ternary_pairs(x, ...)
## S4 method for signature 'matrix'
ternary_pairs(x, margin = NULL, ...)
## S4 method for signature 'data.frame'
ternary_pairs(x, margin = NULL, ...)
Arguments
x |
A |
... |
Further graphical parameters. |
margin |
A |
Value
ternary_pairs()
is called it for its side-effects: it results in a graphic
being displayed. Invisibly returns x
.
Author(s)
N. Frerebeau
See Also
Other graphical elements:
ternary_axis()
,
ternary_box()
,
ternary_grid()
,
ternary_plot()
,
ternary_title()
Examples
## Data from Aitchison 1986
## Ternary plots with marginal compositions
ternary_pairs(boxite)
## Ternary plots with endite
ternary_pairs(boxite, margin = "E")
[Package isopleuros version 1.2.0 Index]