View source: R/6.ord_vectors.R
| ord_vectors | R Documentation |
Performs an envfit analysis and returns environmental vectors with p-values, filtered by significance or unfiltered.
ord_vectors(
ord,
data,
p_thresh = 0.05,
filter = c("significant", "nonsignificant", "all")
)
ord |
Vegan ordination object (e.g., rda, cca). |
data |
Environmental variables data frame used for envfit. |
p_thresh |
P-value threshold to determine significance (default 0.05). |
filter |
Character; one of "significant" (default), "nonsignificant", or "all". |
Data frame of vectors with scores, p-values, and labels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.