On this page
plot.mca Plot Method for Objects of Class 'mca'
Description
Plot a multiple correspondence analysis.
Usage
## S3 method for class 'mca'
plot(x, rows = TRUE, col, cex = par("cex"), ...)
Arguments
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 |
References
Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.
See Also
Examples
plot(mca(farms, abbrev = TRUE))
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.