index_shannon | R Documentation |
Shannon-Wiener Diversity Index
index_shannon(x, ...)
## S4 method for signature 'numeric'
index_shannon(
x,
evenness = FALSE,
unbiased = FALSE,
ACE = FALSE,
base = exp(1),
na.rm = FALSE,
...
)
x |
A |
... |
Currently not used. |
evenness |
A |
unbiased |
A |
ACE |
A |
base |
A positive |
na.rm |
A |
The Shannon index assumes that individuals are randomly sampled from an infinite population and that all taxa are represented in the sample (it does not reflect the sample size). The main source of error arises from the failure to include all taxa in the sample: this error increases as the proportion of species discovered in the sample declines (Peet 1974, Magurran 1988). The maximum likelihood estimator (MLE) is used for the relative abundance, this is known to be negatively biased by sample size.
A numeric
vector.
N. Frerebeau
Peet, R. K. (1974). The Measurement of Species Diversity. Annual Review of Ecology and Systematics, 5(1), 285-307. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1146/annurev.es.05.110174.001441")}.
Magurran, A. E. (1988). Ecological Diversity and its Measurement. Princeton, NJ: Princeton University Press. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-94-015-7358-0")}.
Shannon, C. E. (1948). A Mathematical Theory of Communication. The Bell System Technical Journal, 27, 379-423. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/j.1538-7305.1948.tb01338.x")}.
Other alpha diversity measures:
index_ace()
,
index_baxter()
,
index_berger()
,
index_boone()
,
index_brillouin()
,
index_chao1()
,
index_chao2()
,
index_hurlbert()
,
index_ice()
,
index_margalef()
,
index_mcintosh()
,
index_menhinick()
,
index_simpson()
,
index_squares()
,
observed()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.