index_hurlbert {tabula} | R Documentation |
Hurlbert's Rarefaction
Description
Hurlbert's unbiased estimate of Sander's rarefaction.
Usage
index_hurlbert(x, ...)
## S4 method for signature 'numeric'
index_hurlbert(x, sample, ...)
Arguments
x |
A |
... |
Currently not used. |
sample |
A length-one |
Value
A numeric
vector.
Author(s)
N. Frerebeau
References
Hurlbert, S. H. (1971). The Nonconcept of Species Diversity: A Critique and Alternative Parameters. Ecology, 52(4), 577-586. doi:10.2307/1934145.
Sander, H. L. (1968). Marine Benthic Diversity: A Comparative Study. The American Naturalist, 102(925), 243-282.
See Also
Other alpha diversity measures:
index_ace()
,
index_baxter()
,
index_berger()
,
index_boone()
,
index_brillouin()
,
index_chao1()
,
index_chao2()
,
index_ice()
,
index_margalef()
,
index_mcintosh()
,
index_menhinick()
,
index_shannon()
,
index_simpson()
,
index_squares()