# NOT RUN {
data(greenacre_data)
#performs CA by means of FactoMineR's CA command, and store the result in the object named resCA.
library(FactoMineR)
resCA <- CA(greenacre_data, graph=FALSE)
#If supplementary data are present, the user has to specify which rows and/or columns
#are supplmentary into this function (see FactoMineR's documentation).
caPlus(resCA, 1, 2, focus="C", row.suppl=FALSE, col.suppl=FALSE, oneplot=TRUE)
# }
Run the code above in your browser using DataLab