beta_C: Calculate beta_C

Description Usage Arguments Value Examples

View source: R/beta_C.R

Description

Beta_C uses coverage-based rarefaction to quantify the non-random component in beta-diversity. The partitioning is done at the number of individuals that corresponds to a sample coverage of C at the gamma scale.

Usage

1
beta_C(x, C, extrapolation = T, interrupt = T)

Arguments

x

a site by species matrix

C

target coverage. value between 0 and 1.

extrapolation

logical. should extrapolation be used?

interrupt

logical. SHould the function throw an error when C exceeds the maximum recommendable coverage?

Value

a numeric value

Examples

1
2
3
4
5
library(vegan)
data(BCI)

# What is beta_C for a coverage value of 60%?
beta_C(BCI,C = 0.6)

betaCgit/betaC documentation built on Dec. 31, 2020, 8:53 p.m.