R package to calculate Alpha and Beta Proximity to Irreplaceability.
The methods for Alpha and Beta Irreplaceability were first described in:
Baisero D., Schuster R. & Plumptre A.J. Redefining and Mapping Global Irreplaceability. Conservation Biology 2021;1-11. https://doi.org/10.1111/cobi.13806
install.packages("proxirr")
library(proxirr)
Source code is available from https://gitlab.com/daniele.baisero/proxirr_R.
To install from source code you will need to install the 'devtools' package. Some of the devtools dependencies may have system requirements; please explore these if errors arise. Unfortunately these cannot be solved at the package level.
library(devtools)
install_gitlab("daniele.baisero/proxirr_R")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.