ChaoRichness | R Documentation |
ChaoRichness
: estimation of species richness based on the methods proposed in Chao (1984, 1987)
ChaoRichness(x, datatype = "abundance", conf = 0.95)
x |
a |
datatype |
data type of input data: individual-based abundance data ( |
conf |
a positive number |
A data.frame of observed species richness, species richness estimate, s.e. and the associated confidence interval.
Chao, A. (1984) Nonparametric estimation of the number of classes in a population. Scandinavian Journal of Statistics, 11, 265-270.
Chao, A. (1987) Estimating the population size for capture-recapture data with unequal catchability. Biometrics, 43, 783-791.
ChaoShannon, ChaoSimpson
data(spider)
ChaoRichness(spider$Girdled, datatype="abundance")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.