species_richness2: Species Richness 2

Description Usage Arguments Value

View source: R/diversity_functions2.R

Description

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.

Usage

1
species_richness2(population)

Arguments

population

- a set of population counts, containing the number of individuals of each species within the population

Value

species richness - a calculation of the species richness of the entered population


EdieBishop/ProgInRBCIfunc documentation built on Dec. 23, 2019, 10:16 p.m.