beta.multi.abund: Abundance-based multiple-site dissimilarities

Description Usage Arguments Value Author(s) References See Also Examples

Description

Computes 3 multiple-site dissimilarities accounting for the (i) balanced variation and (ii) abundance gradient components of dissimilarity, and the sum of both values (i.e. total abundance-based dissimilarity)

Usage

1
beta.multi.abund(x, index.family="bray")

Arguments

x

data frame, where rows are sites and columns are species. Alternatively x can be a betapart.abund object derived from the betapart.core.abund function

index.family

family of dissimilarity indices, partial match of "bray" or "ruzicka".

Value

The function returns a list with the three multiple site dissimilarity values.

For index.family="bray" the three indices are:

beta.BRAY.BAL

value of the balanced variation component of Bray-Curtis multiple-site dissimilarity

beta.BRAY.GRA

value of the abundance-gradient component of Bray-Curtis multiple-site dissimilarity

beta.BRAY

value of the overall dissimilarity, measured as Bray-Curtis multiple-site dissimilarity

For index.family="ruzicka" the three indices are:

beta.RUZ.BAL

value of the balanced variation component of Ruzicka multiple-site dissimilarity

beta.RUZ.GRA

value of the abundance-gradient component of Ruzicka multiple-site dissimilarity

beta.RUZ

value of the overall dissimilarity, measured as Ruzicka multiple-site dissimilarity

Author(s)

Andrés Baselga

References

Baselga, A. 2017. Partitioning abundance-based multiple-site dissimilarity into components: balanced variation in abundance and abundance gradients. Methods in Ecology and Evolution 8: 799-808

See Also

beta.pair.abund, beta.sample.abund, betapart.core.abund, beta.multi

Examples

1
2
3
require(vegan)
data(BCI)
beta.multi.abund(BCI, index.family="bray")

Example output

Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.4-4
$beta.BRAY.BAL
[1] 0.9167315

$beta.BRAY.GRA
[1] 0.008632995

$beta.BRAY
[1] 0.9253645

betapart documentation built on May 2, 2019, 6:10 p.m.