I have a data frame of phytocoenological relevés:
- rows represent sites
- columns represent species
I run RDA on it using vegan
function rda(matrix ~ 1)
. Now I have the axes of the ordination summary(rda)$sites
, but how to find out which of them are significant?
And my further question is, would these approaches differ if I use different ordination methods?
Thank you attention and anwers.