Revision b075661d51a7a1ee9b00d94017b8a6be03730ba4 authored by Matthias Templ on 29 April 2009, 00:00:00 UTC, committed by Gabor Csardi on 29 April 2009, 00:00:00 UTC
1 parent 2e8aee4
Raw File
print.outCoDa.Rd
\name{print.outCoDa}
\alias{print.outCoDa}
\title{ print method for outCoDa objects }
\description{
Gives a short information of the amount of outliers in objects of class \sQuote{outCoDa}.
}
\usage{
\method{print}{outCoDa}(x, ...)
}
\arguments{
  \item{x}{object of class \sQuote{ourCoDa} }
  \item{\dots}{ ... }
}
\author{ Matthias Templ, Karel Hron }
\seealso{ \code{\link{outCoDa}} }
\examples{
data(aitchison395)
oD <- outCoDa(aitchison395)
oD
}
\keyword{ print }
back to top