plot.mca {MASS} | R Documentation |
Plot a multiple correspondence analysis.
plot.mca(x, rows=TRUE, 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, cex |
The colours and cex to be used for the row points and level vertices
respectively.
|
... |
Additional parameters to plot .
|
data(farms) plot(mca(farms, abbrev=TRUE))