plot {nexus} | R Documentation |
Plot Compositional Data
Description
Displays a matrix of ternary plots.
Usage
## S4 method for signature 'CompositionMatrix,missing'
plot(x, ..., margin = NULL)
Arguments
x |
A |
... |
Further graphical parameters. |
margin |
A |
Value
plot()
is called for its side-effects: is results in a graphic being
displayed (invisibly return x
).
Author(s)
N. Frerebeau
See Also
isopleuros::ternary_pairs()
, isopleuros::ternary_plot()
Other plot methods:
as_graph()
,
barplot()
,
hist()
,
plot_logratio
Examples
## Data from Aitchison 1986
data("hongite")
## Coerce to compositional data
coda <- as_composition(hongite)
## Ternary plots
plot(coda)
[Package nexus version 0.2.0 Index]