beta.pair.abund | R Documentation |
Computes 3 distance matrices accounting for the (i) balanced variation in abundances, (ii) abundance gradients, and (iii) total dissimilarity (i.e. the sum of both components).
beta.pair.abund(x, index.family = "bray")
x |
data frame, where rows are sites and columns are species. Alternatively |
index.family |
family of dissimilarity indices, partial match of |
The function returns a list with three dissimilarity matrices.
For index.family="bray"
the three matrices are:
beta.bray.bal |
|
beta.bray.gra |
|
beta.bray |
|
For index.family="ruzicka"
the three matrices are:
beta.ruz.bal |
|
beta.ruz.gra |
|
beta.ruz |
|
Andrés Baselga
Baselga, A. 2013. Separating the two components of abundance-based dissimilarity: balanced changes in abundance vs. abundance gradients. Methods in Ecology and Evolution 4: 552–557
Legendre, P. 2014. Interpreting the replacement and richness difference components of beta diversity. Global Ecology and Biogeography, 23: 1324–1334
beta.multi.abund
, beta.sample.abund
, betapart.core.abund
, beta.pair
require(vegan)
data(BCI)
BCI.pair<-beta.pair.abund(BCI, index.family="bray")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.