rangerarity | R Documentation |
The function calculates the cumulated range rarity for every geographic cell given an occurrence table
rangerarity(dat, tax, loc, fine = NULL)
dat |
|
tax |
|
loc |
|
fine |
|
The metric was originally impelmented by Selig et al., 2014 (Plos ONE). For every cell or locality (loc
argument),
the function sums up the inverse occupancy (1/occupancy) of every taxon that occurrs there.
If available, the function will weigh each of these taxon/locality specific values by a fraction.
As in Selig et al. (2014), this is the proportion of finer-scale occurrence-points (e.g. coordinates) in the locality (cell) compared to the maximum observed number of fine-scale occurrences in that particular locality (cell).
In other words, entries in loc
cluster entries in fine
. The weights will be the number a taxon has compared to the maximum number observed in the whole dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.