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
print.pcaCoDa.Rd
\name{print.pcaCoDa}
\alias{print.pcaCoDa}
\title{ Print method for pcaCoDa objects}
\description{
Print method for objects of class \sQuote{pcaCoDa}. 
}
\usage{
\method{print}{pcaCoDa}(x, ...)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{x}{ object of class \sQuote{pcaCoDa} }
  \item{\dots}{ ... }
}
\value{
Prints the (cummulative) percentages of explained variability for clr transformed data by principal component analysis.
}
\author{ M. Templ, K. Hron }
\seealso{ \code{\link{pcaCoDa}}, \code{\link{plot.pcaCoDa}}}
\examples{
data(aitchison395)
p1 <- pcaCoDa(aitchison395)
p1
plot(p1)
}
\keyword{ print }
back to top