Revision 823295fe4c382069229ac77435da6e5bb14155b9 authored by Matthias Templ on 11 January 2013, 16:29:55 UTC, committed by cran-robot on 11 January 2013, 16:29:55 UTC
1 parent bea0f62
Raw File
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(expenditures)
p1 <- pcaCoDa(expenditures)
p1
plot(p1)
}
\keyword{ print }
back to top