I'm working on some RDA. I know that I can run permutations to test for the overall ordination, for the axes, and even for the terms. But is there a function to test the species scores?
anova.cca(rda)
anova.cca(rda, by = "axis")
anova.cca(rda, by = "terms")
is there something like anova.cca(rda, by = "species") ??