bootp_one_abu: Estimating species relative abundance/incidnece bootstrap Pi...

Description Usage Arguments Value Examples

View source: R/Bootstrap_p.r

Description

Estimating species relative abundance/incidnece bootstrap Pi Chao, A., Wang, Y. T., and Jost, L. (2013). Entropy and the species accumulation curve: a novel estimator of entropy via discovery rates of new species. Appendix S2: Estimating species relative abundance :one parameter bootp_one_abu(x) is a function for abundance data bootp_one_inc(x) is a function for incidence data

Usage

1
bootp_one_abu(Spec, zero = TRUE)

Arguments

Spec

a vector of species abundance frequency

zero

reserves zero frequency or not. Default is TRUE.

Value

a numerical vector and its length is the same as Spec

Examples

1
2
3
4
5
data(bird)
bird.inc <- bird$inci
bird.abun<- bird$abun
Boot_p(bird$abun, datatype="abundance")
Boot_p(bird$abun, datatype="incidence_raw")

chaolab2019/chaoUtility documentation built on Feb. 26, 2020, 2:48 p.m.