Estimation of Shannon entropy/diversity
ChaoShannon
: estimation of Shannon entropy or transformed Shannon diversity based on the method proposed by Chao et al. (2013)
ChaoShannon(x, datatype = "abundance", transform = FALSE, conf = 0.95, B = 200) ChaoEntropy(x, datatype = "abundance", transform = FALSE, conf = 0.95, B = 200)
x |
a vector of species abundances or incidence frequencies. If |
datatype |
data type of input data: individual-based abundance data ( |
transform |
a |
conf |
a positive number ≤ 1 specifying the level of confidence interval. |
B |
an integer specifying the number of bootstrap replications. |
A vector of observed Shannon entropy/diversity, estimate of entropy/diversity, s.e. and the associated confidence interval.
Chao, A., Wang, Y.T. & Jost, L. (2013) Entropy and the species accumulation curve: a novel entropy estimator via discovery rates of new species. Methods in Ecology and Evolution, 4, 1091-1100.
data(spider) ChaoShannon(spider$Girdled, datatype="abundance")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.