https://github.com/cran/robCompositions
Raw File
Tip revision: 70b4fa6067bde4e490c102c017ec89d6bf2408c4 authored by Matthias Templ on 08 May 2009, 11:22:02 UTC
version 1.2.2
Tip revision: 70b4fa6
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