Learn R Programming

ade4 (version 1.2-2)

scatter.acm: Plot of the factorial maps in multiple correspondence analysis

Description

performs the scatter diagrams of a multiple correspondence analysis.

Usage

scatter.acm(x, xax = 1, yax = 2, csub = 2, possub = "topleft", ...)

Arguments

x
an object of class acm
xax
the column number for the x-axis
yax
the column number for the y-axis
csub
a character size for the legend, used with par("cex")*csub
possub
a string of characters indicating the legend position ("topleft", "topright", "bottomleft", "bottomright") in a array of figures
...
further arguments passed to or from other methods

Examples

Run this code
data(lascaux)
scatter(dudi.acm(lascaux$ornem, sca = FALSE), csub = 3)

Run the code above in your browser using DataLab