powered by
performs the scatter diagrams of a Multiple Correspondence Analysis.
# S3 method for acm scatter(x, xax = 1, yax = 2, mfrow=NULL, csub = 2, possub = "topleft", ...)
an object of class acm
acm
the column number for the x-axis
the column number for the y-axis
a vector of the form "c(nr,nc)", if NULL (the default) is computed by n2mfrow
n2mfrow
a character size for the legend, used with par("cex")*csub
par("cex")*csub
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
Daniel Chessel
data(lascaux) if(adegraphicsLoaded()) { plot(dudi.acm(lascaux$ornem, sca = FALSE)) } else { scatter(dudi.acm(lascaux$ornem, sca = FALSE), csub = 3) }
Run the code above in your browser using DataLab