Revision 2d2a8cffd5245c01370f47cdc32bb197930a6475 authored by Matthias Templ on 28 November 2009, 00:00:00 UTC, committed by Gabor Csardi on 28 November 2009, 00:00:00 UTC
1 parent b075661
Raw File
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(expenditures)
oD <- outCoDa(expenditures)
oD
}
\keyword{ hplot }
back to top