View source: R/mobr_boxplots.R
calc_chao1 | R Documentation |
calc_chao1
estimates the number of species at the asymptote
(S_asymp
) of the species accumulation curve based on the methods
proposed in Chao (1984, 1987, 2005).
calc_chao1(x)
x |
a vector of species abundances or a site-by-species matrix |
This function is a trimmed version of iNext::ChaoRichness
.
T. C. Hsieh, K. H. Ma and Anne Chao are the original authors of the
iNEXT
package.
a vector of species richness estimates
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.
Chao, A. (2005) Species estimation and applications. Pages 7907-7916 in N. Balakrishnan, C. B. Read, and B. Vidakovic, editors. Encyclopedia of statistical sciences. Second edition, volume 12. Wiley, New York, New York, USA.
data(inv_comm)
calc_chao1(inv_comm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.