Re: [R] basic help: graph multivariate analysis.

2012-02-17 Thread R. Michael Weylandt
There are lots of multivariate graphs.perhaps browsing this gallery will give you some idea of what you want (example code is provided): http://addictedtor.free.fr/graphiques/ This blog also does a nice job of introducing some graphs with the ggplot2 package: https://learnr.wordpress.com/ Mic

[R] basic help: graph multivariate analysis.

2012-02-17 Thread aoife
Hey guys, I'd really appreciate any help. I have a multivariate analysis done, the output of which is: > GraphData <-read.table("eigen.coa") > GraphData V1 V2 V3 V4 1 1 0.371970 0.8552 0.8552 2 2 0.061785 0.1420 0.9972 3 3 0.001211 0.0028 1. 4 4 0.00 0. 1. > su