https://github.com/cran/robCompositions
Raw File
Tip revision: 4f2efb4ed8831a90968ef063d2403d675c84dae3 authored by Matthias Templ on 26 November 2013, 12:55:44 UTC
version 1.6.4
Tip revision: 4f2efb4
plot.pcaCoDa.Rd
\name{plot.pcaCoDa}
\alias{plot.pcaCoDa}
\title{ Plot method }
\description{
Provides robust compositional biplots.
}
\usage{
\method{plot}{pcaCoDa}(x, y, ...)
}
\arguments{
  \item{x}{ object of class \sQuote{pcaCoDa} }
  \item{y}{ ... }
  \item{\dots}{ ... }
}
\details{
The robust compositional biplot according to Aitchison and Greenacre (2002), computed from resulting (robust) loadings and scores, 
is performed.
}
\value{
The robust compositional biplot.
}
\references{ 
 Aitchison, J. and Greenacre, M. (2002). Biplots of compositional data. \emph{Applied Statistics}, \bold{51}, 375-392. \\

 Filzmoser, P., Hron, K., Reimann, C. (2009)
 Principal Component Analysis for Compositional Data with Outliers. \emph{Environmetrics}, \bold{20} (6), 621--632.
 }
\author{ M. Templ, K. Hron }
\seealso{ \code{\link{pcaCoDa}}}
\examples{
data(expenditures)
p1 <- pcaCoDa(expenditures)
p1
plot(p1)
}
\keyword{ aplot }
back to top