Skip to content

Pick the most suitable conservation prioritization method, based on a user query of 17 questions. Includes a database of conservation prioritization methods and the corresponding literature

License

Notifications You must be signed in to change notification settings

azizka/conserveR

Repository files navigation

conserveR 1.0.4

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check CRAN status downloads rstudio mirror downloads

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.

Background

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.

Installation

Either from CRAN

install.packages("conserveR")

Or, the developemental version from GitHub/

library(devtools)

install_github(repo = "azizka/conserveR")

Example

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

citation("conserveR")

About

Pick the most suitable conservation prioritization method, based on a user query of 17 questions. Includes a database of conservation prioritization methods and the corresponding literature

Resources

License

Stars

Watchers

Forks

Packages

No packages published