Good morning, I'm following the FactoMiner example:
library(FactoMineR)
data(decathlon)
res.pca <- PCA(decathlon, quanti.sup = 11:12, quali.sup=13)
however I get the following message:
Error in get(getOption("device"))(width = min(14, 8 * (xmax - xmin)/(ymax - :
unused arguments (width = min(14, 8 * (xmax - xmin)/(ymax - ymin)), height = 8)
Thank you in advance for your help