sp_richg | R Documentation |
The function returns a tibble: "n_plot" the frequency of grouped variable. "n_species" species richness of the grouped variable.
sp_richg(comm, char, factor = "")
comm |
community data matrix. |
char |
characteristic from the community. |
factor |
name of the variable used for build a grouped community data. |
a tibble
library(vegan) data("dune") data("dune.env") sp_richg(dune, dune.env, factor = "Management")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.