\HeaderA{plot.mca}{Plot Method for Objects of Class 'mca'}{plot.mca}
\keyword{hplot}{plot.mca}
\keyword{multivariate}{plot.mca}
\begin{Description}\relax
Plot a multiple correspondence analysis.
\end{Description}
\begin{Usage}
\begin{verbatim}
## S3 method for class 'mca':
plot(x, rows = TRUE, col, cex = par("cex"), ...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{x}] An object of class \code{"mca"}.

\item[\code{rows}] Should the coordinates for the rows be plotted, or just the vertices
for the levels?

\item[\code{col, cex}] The colours and \code{cex} to be used for the row points and level vertices
respectively.

\item[\code{...}] Additional parameters to \code{plot}.

\end{ldescription}
\end{Arguments}
\begin{References}\relax
Venables, W. N. and Ripley, B. D. (2002)
\emph{Modern Applied Statistics with S.} Fourth edition.  Springer.
\end{References}
\begin{SeeAlso}\relax
\code{\LinkA{mca}{mca}}, \code{\LinkA{predict.mca}{predict.mca}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
plot(mca(farms, abbrev = TRUE))
\end{ExampleCode}
\end{Examples}

