hurlbert | R Documentation |
The expected number of species in a sample of n
individuals:
hurlbert(.data = NULL, taxon, count, n = 100L) hurlbert_(.data = NULL, taxon, count, n = 100L)
.data |
data in a |
taxon |
name of column in |
count |
name of column in |
n |
number of individuals in a standard sample |
expected number of species in a sample of n
individuals
hurlbert_()
: version suitable for calling from a function
(see package lazyeval).
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 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.