R Commander and FactoMineR
Hello,
well yes, I see that it should be
... ,invisible=c("none"), new.plot=TRUE)
or something similar. I can correct this "by hand"
The point was more like a bug-report. Maybe not the best place to mention a bug, but I couldn't find a better one.
I do not know how to change the output of the point-and-click method.
Best regards:
daniel
________________________________________
Felad?: Pascal Oettli [kridox at ymail.com]
K?ldve: 2013. ?prilis 2. 11:18
To: D?niel Kehl
Cc: r-help at r-project.org
T?rgy: Re: [R] R Commander and FactoMineR
Hello,
Did you check the position of the brackets, for example for "invisible"
argument?
Regards,
Pascal
On 04/02/2013 06:09 PM, D?niel Kehl wrote:
Dear Users,
I helped to install R Commander and FactoMineR to one of my collegaues.
He wanted to do an MCA. Selecting three variables and using the default settings results in only one graph, the variables representation, where he gets three points for the three variables (which is totally fine).
Running the code (output of the point-and-click method)
EuTop100.MCA<-EuTop100[, c("orsz?g", "szektor", "sz?khely")]
res<-MCA(EuTop100.MCA, ncp=5, graph = FALSE)
plot.MCA(res, axes=c(1, 2), col.ind="black", col.ind.sup="blue",
col.var="darkred", col.quali.sup="darkgreen", label=c("ind", "ind.sup",
"quali.sup", "var", "quanti.sup"), invisible=c("", new.plot=TRUE))
plot.MCA(res, axes=c(1, 2), choix="var", col.var="darkred",
col.quali.sup="darkgreen", label=c("var", "quali.sup"), invisible=c("",
new.plot=TRUE))
plot.MCA(res, axes=c(1, 2), choix="quanti.sup", col.quanti.sup="blue",
label=c("quanti.sup", new.plot=TRUE))
remove(EuTop100.MCA)
however should result in three graphs.
What went wrong?
MCA(EuTop100.MCA) just works fine.
Thank you and best wishes:
Daniel
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.