https://github.com/cran/robCompositions
Raw File
Tip revision: b075661d51a7a1ee9b00d94017b8a6be03730ba4 authored by Matthias Templ on 29 April 2009, 00:00:00 UTC
version 1.2.2
Tip revision: b075661
plot.outCoDa.Rd
\name{plot.outCoDa}
\alias{plot.outCoDa}
\title{ plot method for outCoDa objects }
\description{
Plots the Mahalanobis distance.
}
\usage{
plot.outCoDa(x, y, ...)
}
\arguments{
  \item{x}{ object from class \sQuote{outCoDa} }
  \item{y}{ ... }
  \item{\dots}{ ... }
}
\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.
}
\references{ Filzmoser, P., and Hron, K. (2008)
  Outlier detection for compositional data using robust methods. \emph{Math. Geosciences}, \bold{40} 233-248.
}
\author{ Matthias Templ }
\seealso{ \code{\link{outCoDa}} }
\examples{
data(aitchison395)
oD <- outCoDa(aitchison395)
oD
}
\keyword{ hplot }
back to top