plot.outCoDa {robCompositions}R Documentation

plot method for outCoDa objects

Description

Plots the Mahalanobis distance.

Usage

plot.outCoDa(x, y, ...)

Arguments

x object from class ‘outCoDa’
y ...
... ...

Details

The dashed line indicates the (1 - alpha) quantile of the Chi-squared distribution. Observations with Mahalanobis distance greater than this quantile could be considered as compositional outliers.

Author(s)

Matthias Templ

References

Filzmoser, P., and Hron, K. (2008) Outlier detection for compositional data using robust methods. Math. Geosciences, 40 233-248.

See Also

outCoDa

Examples

data(aitchison395)
oD <- outCoDa(aitchison395)
oD

[Package robCompositions version 1.2.2 Index]