Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.88 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.88 KB

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")