File: print.MCA.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-- 748 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.MCA}

\alias{print.MCA}

\title{Print the Multiple Correspondance Analysis (MCA) results}

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

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

\arguments{
  \item{x}{an object of class MCA}
  \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{Francois Husson \email{francois.husson@institut-agro.fr}}

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

\keyword{print}