[R] How to split data for NMDS plots

Trey trey3_79 at hotmail.com
Sun Apr 4 22:00:00 CEST 2010


Here is the code I have used to this point:


 
> trba<-read.table("c:\\Rdata\\NMDS\\trba.txt",header=T,row.names=1)
> attach(trba)
> trba
>bat<-metaMDS(trba)
plot(bat, display = c("sites"))


Given this simple code and my previous example of the matrix, how would I go
about splitting the data out for the plot?  
-- 
View this message in context: http://n4.nabble.com/How-to-split-data-for-NMDS-plots-tp1751101p1751104.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list