Description Usage Arguments Value Examples
Selects the fitted vectors of a ordination by a certai the r²-cutoff
| 1 | select.envfit(fit, r.select)
 | 
| fit | fitted vecoter from vegan | 
| r.select | r²-cutoff | 
the fitted vectors without the r² value higher than the cutoff
| 1 2 3 | fit <- envfit(ord, env, permutations = 1000)
out <- select.envfit(fit, r.select = 0.3))
out
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.