EstSimpson
: estimation of Gini-Simpson index or the transformed Simpson diversity based on the methods proposed in Good (1953) and Chao et al. (2014).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"
) or sampling-unit-based incidence data (datatype = "incidence"
).logical
constant to compute traditional Gini-Simpson index (transform=FALSE
) or the transformed Simpson diversity (transform=TRUE
).ChaoSpecies, ChaoEntropy
data(spider)
EstSimpson(spider$Girdled, datatype="abundance")
Run the code above in your browser using DataLab