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.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(expenditures)
oD <- outCoDa(expenditures)
oD
}
\keyword{ print }
back to top