envfitt | R Documentation |
Envfit test for RDA result
envfitt(phy.rda, env, ...)
phy.rda |
a rda result |
env |
environmental factors |
... |
add |
g_test object
envfit
data(otutab, package = "pcutils")
env <- metadata[, 6:10]
# RDA
myRDA(otutab, env) -> phy.rda
envfitt(phy.rda, env) -> envfit_res
plot(envfit_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.