ChaoSpecies: Etimation of species richness

Description Usage Arguments Value Author(s) Examples

Description

ChaoSpecies is a function to estimate species richness in one community.

Usage

1
2
ChaoSpecies(data, datatype = c("abundance", "incidence"), k = 10,
  conf = 0.95)

Arguments

data

a vector of species sample frequencies (for abundance data), or incidence-based sample frequencies (1st entry must be the number of sampling unit).

datatype

a character of data type,"abundance" or "incidence".

k

cut-off point. It is a value that separates frequency counts into abundant and rare groups

conf

a confidence coefficient between 0 and 1.

Value

a vector of species richness estimator and its confidence interval.

Author(s)

Anne Chao, K. H. Ma and T. C. Hsieh

Examples

1
2
3
4
data(SpecDemoAbu)
ChaoSpecies(SpecDemoAbu, datatype="abundance", k = 10, conf = 0.95)
data(SpecDemoInci)
ChaoSpecies(SpecDemoInci, datatype="incidence", k = 10, conf = 0.95)

JohnsonHsieh/SpadeR documentation built on May 7, 2019, 12:02 p.m.