sp_richf | R Documentation |
Finds the number of species, by community and for each site. Also frequencies of species.
sp_richf(comm, method = "comm")
comm |
community matrix |
method |
"comm" number of unique species, "site" number of species by site, "freq" number of sites where the species are present. |
a tibble
library(vegan) data("BCI") sp_richf(dune, method = "comm") sp_richf(dune, method = "site") sp_richf(dune, method = "freq") sp_richf(BCI, method = "comm") sp_richf(BCI, method = "site") sp_richf(BCI, method = "freq")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.