Description Usage Arguments Value
View source: R/diversity_functions2.R
This function takes a population of species counts vector, then passes it, along with a value of q (=0) to the universal_diversity2 function. Universal_diversity2 calculates a diversity measure based on the population and the value for q passed to it, and returns this value. species_richness does not alter this value any further, it simply returns it as a single numerical value.
1 | species_richness2(population)
|
population |
- a set of population counts, containing the number of individuals of each species within the population |
species richness - a calculation of the species richness of the entered population
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.