drawMahal: Draws ellipses according to Mahalanobis distances
Description
For 2-dimensional data a scatterplot is made. Additionally, ellipses
corresponding to certain Mahalanobis distances and quantiles of
the data are drawn.
Usage
drawMahal(x, center, covariance, quantile = c(0.975, 0.75, 0.5, 0.25), m = 1000,
lwdcrit = 1, ...)
Value
A scatterplot with the ellipses is generated.
Arguments
x
numeric data frame or matrix with 2 columns
center
vector of length 2 with multivariate center of x
covariance
2 by 2 covariance matrix of x
quantile
vector of quantiles for the Mahalanobis distance
m
number of points where the ellipses should pass through
For multivariate normally distributed data, a fraction of 1-quantile of data
should be outside the ellipses. For center and covariance also robust
estimators, e.g. from the MCD estimator, can be supplied.
References
K. Varmuza and P. Filzmoser: Introduction to Multivariate Statistical
Analysis in Chemometrics. CRC Press, Boca Raton, FL, 2009.