anova_ca_simple_effect | R Documentation |
anova_cca/rda_simple_effect
anova_ca_simple_effect( data, env, fun = c("RDA", "CCA"), permutations = permute::how(nperm = 999) )
data |
comm data |
env |
env data |
fun |
"RDA" or "CCA" |
permutations |
permutation test form. |
The effect of each factor alone.
library(vegan) data(dune) data(dune.env) anova_ca_simple_effect(dune, dune.env, "RDA", 499)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.