conservation_value: Calculates conservation value metrics

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

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

Value

A list with $m1, $m2 and $m3

Examples

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

fsfrazao/SharedS documentation built on July 1, 2019, 6:24 p.m.