rankSpecies: 'rankSpecies' rankSpecies

Description Usage Arguments Author(s) Examples

Description

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.

Usage

1
rankSpecies(species = NULL, ranking = NULL)

Arguments

species

Character vector giving the 11 species to assign priorities.

ranking

Numeric. Should give priorities for the 11 species passed in species argument. Has to be of length 11L. Pririty 1 is the lowest, the others are relative to the maximum priority given.#'

Author(s)

Tati Micheletti (TRIADE)

Examples

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)

tati-micheletti/makePriorityMapFN documentation built on June 19, 2019, 8:49 p.m.