ChaoSimpson | R Documentation |
ChaoSimpson
: estimation of Gini-Simpson index or the transformed Simpson diversity based on the methods proposed in Good (1953) and Chao et al. (2014)
ChaoSimpson(x, datatype = "abundance", transform = FALSE, conf = 0.95, B = 200)
x |
a |
datatype |
data type of input data: individual-based abundance data ( |
transform |
a |
conf |
a positive number |
B |
an integer specifying the number of bootstrap replications. |
a data.frame of observed Gini-Simpson index/diversity, index/diversity estimator, s.e. and the associated confidence interval.
Chao, A., Gotelli, N.J., Hsieh, T.C., Sander, E.L., Ma, K.H., Colwell, R.K. & Ellison, A.M. (2014) Rarefaction and extrapolation with Hill numbers: a framework for sampling and estimation in species diversity studies. Ecological Monographs, 84, 45-67.
Good, I.J. (1953) The population frequencies of species and the estimation of population parameters. Biometrika, 40, 237-264.
ChaoRichness, ChaoShannon
data(spider)
ChaoSimpson(spider$Girdled, datatype="abundance")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.