Learn R Programming

tabula (version 3.1.1)

index_baxter: Baxter's Rarefaction

Description

Baxter's Rarefaction

Usage

index_baxter(x, ...)

# S4 method for numeric index_baxter(x, sample, ...)

Value

A numeric vector.

Arguments

x

A numeric vector of count data (absolute frequencies).

...

Currently not used.

sample

A length-one numeric vector giving the sub-sample size. The size of sample should be smaller than total community size.

Author

N. Frerebeau

References

Baxter, M. J. (2001). Methodological Issues in the Study of Assemblage Diversity. American Antiquity, 66(4), 715-725. tools:::Rd_expr_doi("10.2307/2694184").

See Also

Other alpha diversity measures: index_ace(), index_berger(), index_boone(), index_brillouin(), index_chao1(), index_chao2(), index_hurlbert(), index_ice(), index_margalef(), index_mcintosh(), index_menhinick(), index_shannon(), index_simpson(), index_squares(), observed()