
ChaoSpecies
Estimation of species richness via Chao (1984, 1987)ChaoSpecies(x, datatype = "abundance", conf = 0.95)
datatype = "abundance"
) or sample-based incidence data (datatype = "incidence"
).conf
" specifies the confidence level for confidence interval. The default is 0.95
.ChaoEntropy
data(spider)
ChaoSpecies(spider$Girdled, datatype="abundance")
Run the code above in your browser using DataLab