https://github.com/cran/robCompositions
Raw File
Tip revision: 4f2efb4ed8831a90968ef063d2403d675c84dae3 authored by Matthias Templ on 26 November 2013, 12:55:44 UTC
version 1.6.4
Tip revision: 4f2efb4
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