File: print.CA.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 (26 lines) | stat: -rw-r--r-- 735 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
\name{print.CA}

\alias{print.CA}

\title{Print the Correspondance Analysis (CA) results}

\description{
Print the Correspondance Analysis (CA) results.
}

\usage{
\method{print}{CA}(x, file = NULL, sep = ";", \dots)
}

\arguments{
  \item{x}{an object of class CA}
  \item{file}{A connection, or a character string naming the file to print to.  If NULL (the default), the results are not printed in a file}
  \item{sep}{character string to insert between the objects to print (if the argument file is not NULL}
  \item{\dots}{further arguments passed to or from other methods}
}

\author{Jeremy Mazet, Francois Husson \email{francois.husson@institut-agro.fr}}

\seealso{ \code{\link{CA}}, \code{\link{write.infile}}}

\keyword{print}