recommended_C: Recommended coverage

Description Usage Arguments Value See Also Examples

Description

Calculates recommended coverage for rarefaction. This is the coverage corresponding to 2N of the sample in m with the lowest observed coverage. I use iNEXT's internal function Chat.Ind() to calculate this.

Usage

1
recommended_C(m, na.rm = T)

Arguments

m

site by species matrix

na.rm

bolean. Passed on to min() function. Shall missing values be removed?

Value

a vector

See Also

[C_max()]

Examples

1
2
3
library(vegan)
data(BCI)
C_max(BCI)

T-Engel/hammeRs documentation built on May 22, 2019, 2:16 p.m.