Plot Method for Objects of Class `mca'

Usage

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

Arguments

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

Description

Plot a multiple correspondence analysis.

See Also

mca, predict.mca

Examples

data(farms)
plot(mca(farms, abbrev=T))


[Package Contents]