beta.pair | R Documentation |
Computes 3 distance matrices accounting for the (i) turnover (replacement), (ii) nestedness-resultant component, and (iii) total dissimilarity (i.e. the sum of both components).
beta.pair(x, index.family = "sorensen")
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="sorensen"
the three matrices are:
beta.sim |
|
beta.sne |
|
beta.sor |
|
For index.family="jaccard"
the three matrices are:
beta.jtu |
|
beta.jne |
|
beta.jac |
|
Andrés Baselga and David Orme
Baselga, A. 2010. Partitioning the turnover and nestedness components of beta diversity. Global Ecology and Biogeography 19:134-143
Baselga, A. 2012. The relationship between species replacement, dissimilarity derived from nestedness, and nestedness. Global Ecology and Biogeography 21, 1223-1232
beta.pair.abund
, codebeta.multi, beta.sample
, betapart.core
, beta.temp
data(ceram.s)
ceram.dist<-beta.pair(ceram.s, index.family="jac")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.