Description Usage Arguments Value Examples
This function calculates dissimilarity metrics between two communities (Sorensen and Jaccard indices).
1 | dissimilarity(a, b, c)
|
a |
The number of shared species |
b |
The number of species unique to one of the communities |
c |
The number of species unique to the other community |
A list with $sor (the Sorensen index) and $jac (the Jaccard index)
1 2 3 4 5 6 | dissimilarity(10,15,3)
$sor
[1] 0.4736842
$jac
[1] 0.6428571
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.