chao1 {fossil}R Documentation

Chao's Species Estimators

Description

Computes the Chao species estimator for abundance or presence-absence data

Usage

chao1(x, taxa.row = TRUE)
chao2(x, taxa.row = TRUE)

Arguments

x a vector, matrix or data frame with species by samples
taxa.row a logical argument if the species are the rows or columns

Details

chao1 will return an estimate of species richness based on a vector or matrix of abundance data, while chao2 will return an estimate of species richness based on incidence data. Note that chao1 must be provided with abundances, and one of these abundances must be greater than 1. The chao2 estimator can be given abundance data and it will automagically convert it to incidence data, but due to the nature of the estimator, the data must contain more than one sample (ie the data must be arranged in a minimum 2 by 2 matrix).

Value

returns a value for the Chao Species Estimator for a givensite

Author(s)

Matthew Vavrek

References

Chao, A. (1984). Non-parametric estimation of the number of classes in a population. Scandinavian Journal of Statistics 11(4): 265-270.

Chao, A. (1987). Estimating the Population Size for Capture-Recapture Data with Unequal Catchability. Biometrics 43(4): 783-791.

See Also

jack1, bootstrap

Examples

##add examples

[Package fossil version 0.2.0 Index]