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.

______________________________________________
[email protected] 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.

Reply via email to