Description Usage Arguments Value
View source: R/universal_diversity3.R
A function which calculates a diversity measure, dependent on the population and the value for q passed to it. This function can be used to calculate the Diversity value for species richness, Simpson diversity, Shannon Entropy and Berger-Parker Index.. It can be called by other functions which pass a population and a value of q to it.
1 | universal_diversity3(population, q)
|
population |
- a set of population counts, containing the number of individuals of each species within the population |
q |
- a diversity measure |
diversity - a generic measure of diversity, dependent on the population and value of q entered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.