index_baxter {tabula}R Documentation

Baxter's Rarefaction

Description

Baxter's Rarefaction

Usage

index_baxter(x, ...)

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

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.

Value

A numeric vector.

Author(s)

N. Frerebeau

References

Baxter, M. J. (2001). Methodological Issues in the Study of Assemblage Diversity. American Antiquity, 66(4), 715-725. 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()


[Package tabula version 3.1.0 Index]