powered by
Plot a multiple correspondence analysis.
# S3 method for mca plot(x, rows = TRUE, col, cex = par("cex"), ...)
An object of class "mca".
"mca"
Should the coordinates for the rows be plotted, or just the vertices for the levels?
The colours and cex to be used for the row points and level vertices respectively.
cex
Additional parameters to plot.
plot
Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.
mca, predict.mca
mca
predict.mca
plot(mca(farms, abbrev = TRUE))
Run the code above in your browser using DataLab