Description Usage Arguments Value
View source: R/diversity_functions4.R
This package will calculate the species richness for a population. It accepts a population vector, then calls on the universal_diversity4 function, and passes the population vector and a q value (q=0) to it. universal_diversity4 will return a universal diversity, which species_richness3 will return as a single numeric value of the species richness for the population argument.
1 | species_richness4(population)
|
population |
- set of population counts, containing the number of individuals of each species within the population |
species.richness - the species richness for the population
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.