Revision 2ad963b97009de7f1bf46c5da8604388c2c67d05 authored by Matthias Templ on 27 February 2013, 09:44:32 UTC, committed by cran-robot on 27 February 2013, 09:44:32 UTC
1 parent 823295f
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