betastat | R Documentation |
Functions betastatjac
and betastatsor
calculate multiple-site dissimilarity (beta diversity). The first one is derived from Jaccard coefficient of similarity and the second from Sorensen coefficient. These proposed dissimilarity indices are additively partitioned into species nestedness and turnover.
betastatjac(comm)
betastatsor(comm)
comm |
a data frame typically with communities as rows, species as columns and presence/absence (1/0) as entries. |
The two functions return a vector of 4 values:
beta |
Ricotta and Pavoine (2015) |
betaT |
Ricotta and Pavoine (2015) |
betaN |
Ricotta and Pavoine (2015) |
sim |
Ricotta and Pavoine (2015) |
Sandrine Pavoine sandrine.pavoine@mnhn.fr
Ricotta, C. and Pavoine, S. (2015) A multiple-site dissimilarity measure for species presence/absence data and its relationship with nestedness and turnover. Ecological Indicators, 54, 203–206.
data(RP15EI)
# Scripts used in Figure 1 of Ricotta and Pavoine (2015)
betastatjac(RP15EI$M1)
betastatjac(RP15EI$M2)
betastatjac(RP15EI$M3)
betastatjac(RP15EI$M4)
#see also
betastatsor(RP15EI$M1)
betastatsor(RP15EI$M2)
betastatsor(RP15EI$M3)
betastatsor(RP15EI$M4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.