1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
\name{print.condes}
\alias{print.condes}
\title{Print the condes results}
\description{
Print the results of the function condes.
}
\usage{
\method{print}{condes}(x, \dots)
}
\arguments{
\item{x}{an object of class condes}
\item{\dots}{further arguments passed to or from other methods}
}
\author{Francois Husson \email{francois.husson@institut-agro.fr}}
\seealso{ \code{\link{condes}}}
\examples{
\dontrun{
data(wine)
res <- condes(wine, num.var=3)
print(res)
}
}
\keyword{print}
|