View source: R/ternaryDiagEllipse.R
ternaryDiagEllipse | R Documentation |
Low-level plot function which add tolerance ellipses to a high-level plot of a ternary diagram.
ternaryDiagEllipse(x, tolerance = c(0.9, 0.95, 0.975), locscatt = "MCD", ...)
x |
Three-part composition. Object of class “matrix” or “data.frame”. |
tolerance |
Determines the amount of observations with Mahalanobis distance larger than the drawn ellipse, scaled to one. |
locscatt |
Method for estimating the mean and covariance. |
... |
Additional arguments passed trough. |
no values are returned.
Peter Filzmoser, Matthias Templ
ternaryDiag
data(coffee)
x <- coffee[,2:4]
ternaryDiag(x, grid=FALSE)
ternaryDiagEllipse(x)
## or directly:
ternaryDiag(x, grid=FALSE, line="ellipse")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.