index_berger {tabula} | R Documentation |
Berger-Parker Dominance Index
Description
Berger-Parker Dominance Index
Usage
index_berger(x, ...)
## S4 method for signature 'numeric'
index_berger(x, na.rm = FALSE, ...)
Arguments
x |
A |
... |
Currently not used. |
na.rm |
A |
Details
The Berger-Parker index expresses the proportional importance of the most abundant type. This metric is highly biased by sample size and richness, moreover it does not make use of all the information available from sample.
This is a dominance index, so that an increase in the value of the index accompanies a decrease in diversity.
Value
A numeric
vector.
Author(s)
N. Frerebeau
References
Berger, W. H. & Parker, F. L. (1970). Diversity of Planktonic Foraminifera in Deep-Sea Sediments. Science, 168(3937), 1345-1347. doi:10.1126/science.168.3937.1345.
See Also
Other alpha diversity measures:
index_ace()
,
index_baxter()
,
index_boone()
,
index_brillouin()
,
index_chao1()
,
index_chao2()
,
index_hurlbert()
,
index_ice()
,
index_margalef()
,
index_mcintosh()
,
index_menhinick()
,
index_shannon()
,
index_simpson()
,
index_squares()