Description Usage Arguments Author(s) Examples
This functions creates the priority values for a bird species list.
The default uses values provided by CEMAVE/ICMBio specialists.
The list HAS to have all 11 species found in Fernando de Noronha and
you have to provide 11 values for the relative importance of these,
with 1
being the lowest priority.
1 | rankSpecies(species = NULL, ranking = NULL)
|
species |
Character vector giving the 11 species to assign priorities. |
ranking |
Numeric. Should give priorities for the 11 species passed in |
Tati Micheletti (TRIADE)
1 2 3 4 5 6 7 8 9 | ## Not run:
spRankDefault <- rankSpecies()
spRank <- rankSpecies(species = c("Phaethon lepturus", "Phaethon aethereus", "Sula dactylatra",
"Sula sula", "Sula leucogaster", "Arenaria interpres", "Onychoprion fuscatus",
"Anous minutus", "Gygis alba", "Anous stolidus",
"Bubulcus ibis"),
ranking = seq(11:1))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.