Description Usage Arguments Value Examples
This function calculates 3 conservation value metrics: m1-> the proportion of all species that is shared between two communities m2-> the proportion of all species that is unique to one of the two communities m3-> the proportion of the species that occur in one of the communities that is unique to that community
1 | conservation_value(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 $m1, $m2 and $m3
1 2 3 4 5 6 7 8 9 | conservation_value(10,15,3)
$m1
[1] 0.3571429
$m2
[1] 0.5357143
$m3
[1] 0.6
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.