div_hurlbert | R Documentation |
Estimate the diversity sensu stricto, i.e. the effective number of species \insertCiteDauby2012;textualdivent from abundance or probability data.
div_hurlbert(x, k = 1, ...)
## S3 method for class 'numeric'
div_hurlbert(
x,
k = 2,
estimator = c("Hurlbert", "naive"),
as_numeric = FALSE,
...,
check_arguments = TRUE
)
## S3 method for class 'species_distribution'
div_hurlbert(
x,
k = 2,
estimator = c("Hurlbert", "naive"),
as_numeric = FALSE,
...,
check_arguments = TRUE
)
x |
An object, that may be a numeric vector containing abundances or probabilities, or an object of class abundances or probabilities. |
k |
the order of Hurlbert's diversity. |
... |
Unused. |
estimator |
An estimator of asymptotic diversity. |
as_numeric |
if |
check_arguments |
if |
Several estimators are available to deal with incomplete sampling.
Bias correction requires the number of individuals.
Estimation techniques are from \insertCiteHurlbert1971;textualdivent.
Hurlbert's diversity cannot be estimated at a specified level of interpolation or extrapolation, and diversity partioning is not available.
A tibble with the site names, the estimators used and the estimated diversity.
ent_hurlbert
# Diversity of each community
div_hurlbert(paracou_6_abd, k = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.