Plot Method for Objects of Class mca

DESCRIPTION:

Plot a multiple correspondence analysis.

USAGE:

plot.mca(x, rows=T, col, cex=rep(par("cex"), 2), ...)

REQUIRED ARGUMENTS:

x
An object of class "mca".

OPTIONAL ARGUMENTS:

rows
Should the coordinates for the rows be plotted, or just the vertices for the levels?
col, cex
The colours and cex to be used for the row points and level vertices respectively.
...
Additional parameters to plot.

SEE ALSO:

,

EXAMPLES:

plot(mca(farms, abbrev=T))