Helping biologists to chose the most suitable approach to link their research to conservation. After answering few questions on the type of data available, geographic and taxonomic scope, conserveR ranks existing methods for conservation prioritization and systematic conservation planning by suitability.
The methods data base of conserveR contains 134 methods for conservation prioritization based on a systematic review of > 12,000 scientific publications from the fields of spatial conservation prioritization, systematic conservation planning, biogeography and ecology.
Either from CRAN
install.packages("conserveR")
Or, the developemental version from GitHub/
library(devtools)
install_github(repo = "azizka/conserveR")
The find_methods function will prompt the conserveR input dialog and in the end return a data.frame of conservation prioritization methods ranked by suitability, as well as a visualization of those methods similar to the most suitable ones.
library(conserveR)
out <- find_method()
out
map_selection(out)
citation("conserveR")