Description Usage Arguments Details Value Author(s) References See Also Examples
Computes the Chao species estimator for both chao1 and chao2
estimators
| 1 | int.chao(x)
 | 
| x | a vector of positive integers or zero of any length | 
This function is typically only called internally by the functions chao1
and chao2. The function has a built in bias correction, such that it
will not return values of infinity or non-numbers.
Estimated numer of species using the Chao estimator.
Matthew Vavrek
Chao, A. 1984. Nonparametric estimation of the number of classes in a population. Scandinavian Journal of Statistics 11: 265-270.
For the more useful implementations of the Chao estimator, see chao1 for the abundance based estimator or chao2 for the incidence based estimator
| 1 2 3 4 5 6 7 | 
Loading required package: sp
Loading required package: maps
Loading required package: shapefiles
Loading required package: foreign
Attaching package: 'shapefiles'
The following objects are masked from 'package:foreign':
    read.dbf, write.dbf
[1] 14.5
[1] 7
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.