File: print.condes.Rd

package info (click to toggle)
r-cran-factominer 2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,008 kB
  • sloc: ansic: 192; sh: 4; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
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}