ternary_pca | R Documentation |
Computes and draws principal component.
ternary_pca(x, y, z, ...)
## S4 method for signature 'numeric,numeric,numeric'
ternary_pca(x, y, z, axis = 1, ...)
## S4 method for signature 'ANY,missing,missing'
ternary_pca(x, axis = 1, ...)
x , y , z |
A |
... |
Further arguments to be passed to |
axis |
An |
ternary_pca()
is called it for its side-effects.
N. Frerebeau
Other statistics:
ternary_contour()
,
ternary_density()
,
ternary_ellipse()
,
ternary_hull()
,
ternary_mean()
## PCA
## Data from Aitchison 1986
ternary_plot(lava, panel.first = ternary_grid())
ternary_pca(lava, axis = 1, col = "red", lty = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.