Displaying 1 result from an estimated 1 matches for "me_rda".
Did you mean:
imerda
2011 Sep 23
0
vegan rda na adaptation
...(list) for variable 'height'. And a second problem is
that I wanted to include the other environmental matrix (env). I tried
to include the second matrix on the right of the tilde, but rda was
producing an error.
Many thanks for any hint or comments
Sibylle
ME<-read.table("ME_rda.txt", na.strings="*", header=TRUE)
height<-ME[,3:6]
mortality<-ME[,7:9]
species<-ME[,11:16]
env<-ME[,10:33]
library(vegan)
ME_rda<-rda(species~height, scale=TRUE)
ME_rda
plot(ME_rda, scaling=-1)
[[alternative HTML version deleted]]