Learn R Programming

MASS (version 7.3-66)

plot.mca: Plot Method for Objects of Class 'mca'

Description

Plot a multiple correspondence analysis.

Usage

# S3 method for mca
plot(x, rows = TRUE, col, cex = par("cex"), ...)

Arguments

References

Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.

See Also

mca, predict.mca

Examples

Run this code
plot(mca(farms, abbrev = TRUE))

Run the code above in your browser using DataLab