discovery.curve {sprex} | R Documentation |
Discovery Curve
Description
Calculate the components of a species discovery curve.
Usage
discovery.curve(f, f0.func, max.x = sum(f * 1:length(f)), n.pts = 100,
ci = 0.95, ...)
Arguments
f |
a vector of species frequencies where |
f0.func |
function to use to calculate |
max.x |
the maximum number of samples to calculate the curve for.
Defaults to the sample size of |
n.pts |
number of points between 0 and |
ci |
size of the confidence interval (0.5:1). |
... |
other arguments to |
Value
a list with:
f.stats |
a named vector from |
s.ind |
a |
s.ind.ci |
a |
ci.poly |
a |
rarefact.line |
a |
extrap.line |
a |
Author(s)
Eric Archer eric.archer@noaa.gov
References
Colwell, R.K., A. Chao, N.J. Gotelli, S.-Y. Lin, C.X. Mao, R.L. Chazdon, and J.T. Longino. 2012. Models and estimators linking individual-based and sample-based rarefaction, extrapolation and comparison of assemblages. Journal of Plant Ecology 5(1):3-21.
See Also
Examples
data(osa.old.growth)
f <- expand.freqs(osa.old.growth)
d <- discovery.curve(f, f0.func = Chao1, max.x = 1200)
plot(d)