François Husson
unread,Sep 29, 2011, 3:07:43 AM9/29/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to factomin...@googlegroups.com
The plotellipses function doesn't allow you to modifiy the graphics as ytou want. I send you a new version of the plotellipses function that will allow you to do what you want.This new function will be available in the next version of FactoMineR (so in version 1.17 and more).
So since this new version is not yet available on CRAN, you can source the attached file and then plot your ellipses. So with the example :
library(FactoMineR)
source("plotellipses")
data(poison)
res.mca = MCA(poison, quali.sup = 3:4, quanti.sup = 1:2)
plotellipses2(res.mca,pch=20:27,pch.means=c(10:15))
Best
Francois