View source: R/calc_diversity_indices.R
calc_diversity_indices | R Documentation |
Calculate biodiversity summary indices from count data
calc_diversity_indices(data)
data |
A data frame of count data, with sites as rows and species as columns. |
A data frame with sites as rows and diversity indices as columns. The columns are: abundance, species richness, Shannon diveristy index, Simpson diversity index, Chao1, Difference between Choa1 and species richness.
ind <- calc_diversity_indices(BCI)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.