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