Revision 4f2efb4ed8831a90968ef063d2403d675c84dae3 authored by Matthias Templ on 26 November 2013, 12:55:44 UTC, committed by cran-robot on 26 November 2013, 12:55:44 UTC
1 parent 2ad963b
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