On Thu, 2005-06-09 at 14:40 +0200, Navarre Sabine wrote: > hi, > > My code: > > data<-matrix(data=c(0.425,0.5,0.75,0.125,0.25,0.475,0.375,0.25,0.625,0.5,0.1,0.125,0,0.25,0.25),nrow=3,ncol=5,byrow=TRUE, > > dimnames=list(c("Good","Medium","Bad"),c("Content","Logistic","Trainer","Supply","User > contribution"))) > > plot(corresp(data,nf=2),xlim=c(-1,1),ylim=c(-1,1)); > > The plot is illegible, I want to do this in 3d, but I don't know how! > > please help me, send me source if you can!
What's wrong with the biplot function that is used in the example of corresp help page? That is: biplot(corresp(data,nf=2)) It seems to give a legible plot with your data (that you named data, a bad idea). At least in my screen. cheers, jari oksanen -- Jari Oksanen <[EMAIL PROTECTED]> ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html