Learn R Programming

mobsim (version 0.1.0)

spec_sample: Sample species richness

Description

Expected species richness in a random sample of fixed size.

Usage

spec_sample(abund_vec, n)

Arguments

abund_vec

Species abundance distribution of the community (integer vector)

n

Sample size in terms of number of individuals (integer)

Value

Expected number of species in a sample of n individuals

Details

The expected number of species is calculated after Hurlbert 1971, Equation 3.

spec_sample is similar to the function rarefy in the R package vegan.

References

Hurlbert, S.H. 1971. The nonconcept of species diversity: a critique and + alternative parameters. Ecology 52, 577-586.

Examples

Run this code
# NOT RUN {
sad1 <- sim_sad(100, 1000)
spec_sample(abund_vec = sad1, n = 20)

# }

Run the code above in your browser using DataLab