plot.mca(x, rows=T, col, cex=rep(par("cex"), 2), ...)
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 .
|
mca
, predict.mca
data(farms) plot(mca(farms, abbrev=T))