Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 "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.

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))

MASS

Support Functions and Datasets for Venables and Ripley's MASS

v7.3-54
GPL-2 | GPL-3
Authors
Brian Ripley [aut, cre, cph], Bill Venables [ctb], Douglas M. Bates [ctb], Kurt Hornik [trl] (partial port ca 1998), Albrecht Gebhardt [trl] (partial port ca 1998), David Firth [ctb]
Initial release
2021-04-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.