plot.mca | R Documentation |
Plot a multiple correspondence analysis.
## S3 method for class 'mca'
plot(x, rows = TRUE, col, cex = par("cex"), ...)
x |
An object of class |
rows |
Should the coordinates for the rows be plotted, or just the vertices for the levels? |
col , cex |
The colours and |
... |
Additional parameters to |
Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.
mca
, predict.mca
plot(mca(farms, abbrev = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.