tes {rarestR}R Documentation

Calculation of Total Expected Species base on ESa, ESb and their average value

Description

Calculation of Total Expected Species base on ESa, ESb and their average value

Usage

tes(x, knots = 40)

Arguments

x

a data vector representing number of individuals for each species

knots

specifies the number of separate sample sizes of increasing value used for the calculation of ES between 1 and the endpoint, which by default is set to knots=40

Value

a list, which contains a table of the summary of the estimated values and their standard deviations based on TESa, TESb, and TESab, and the model used in the estimation of TES, either 'logistic' or 'Weibull'

References

Zou Y, Zhao P, Axmacher JC (2023). “Estimating total species richness: Fitting rarefaction by asymptotic approximation.” Ecosphere, 14(1), e4363. doi:10.1002/ecs2.4363.

Examples

data(share, package = 'rarestR')
Output_tes <- tes(share[1,])
Output_tes

[Package rarestR version 1.0.0 Index]