powered by
The expected number of species in a sample of n individuals:
n
hurlbert(.data = NULL, taxon, count, n = 100L)hurlbert_(.data = NULL, taxon, count, n = 100L)
hurlbert_(.data = NULL, taxon, count, n = 100L)
expected number of species in a sample of n individuals
data in a data.frame, tibble, data.table, database etc.
data.frame
tibble
data.table
name of column in .data containing taxa
.data
name of column in .data containing counts
number of individuals in a standard sample
hurlbert_(): version suitable for calling from a function (see package lazyeval).
hurlbert_()
Hurlbert, S.H., 1971. The Nonconcept of Species Diversity: A Critique and Alternative Parameters. Ecology 52:577-586.
hurlbert( taxon = c("Euspira pulchella", "Nephtys cirrosa"), count = c(4, 6), n = 8 )
Run the code above in your browser using DataLab