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)EstSimpson(x, datatype = "abundance", transform = FALSE, conf = 0.95,
B = 200)
datatype = "incidence"
,
then the first entry of the input data must be total number of sampling units, followed by species incidence frequencies.datatype = "abundance"
),
sampling-unit-based incidence frequencies data (datatype = "incidence_freq"
) or species by sampling-units incidence matrix (datatype = "inci
logical
constant to compute traditional Gini-Simpson index (transform=FALSE
) or the transformed Simpson diversity (transform=TRUE
).ChaoRichness, ChaoShannon
data(spider)
ChaoSimpson(spider$Girdled, datatype="abundance")
Run the code above in your browser using DataLab