Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Conservation Planning Datasets

lifecycle Travis Build Status AppVeyor Build Status CRAN_Status_Badge

The prioritizrdata R package is a supplemental package that contains example datasets for conservation planning. It is intended to be used alongside the prioritizr R package---a package for building and solving systematic conservation prioritization problems using integer linear programming (ILP) techniques---and provides little functionality itself.

Overview

This package contains the following conservation planning datasets.

  • Tasmania dataset: This dataset was included to show how prioritizations can be created using vector (shapefile) data. It was obtained from the "Introduction to Marxan" course and was originally a subset of a larger spatial prioritization project performed under contract to Australia's Department of Environment and Water Resources. It contains vector-based planning unit data and the distributions of 63 vegetation classes in Tasmania, Australia. Refer to the Tasmania vignette in the prioritizr R package for a worked example with this dataset.
  • Salt Spring Island dataset: This dataset was included to provide an example of how prioritizations can be created using raster data. It was obtained as part of an online Marxan-based planning tool created for the Coastal Douglas-fir Conservation Partnership (CDFCP). It contains a raster-based planning unit layer and data for five key ecological communities in Salt Spring Island. Refer to the Salt Spring Island vignette in the prioritizr R package for a worked example with this dataset.

Installation

The latest official version of the prioritizrdata R package can be installed using the following R code.

install.packages("prioritizrdata", repos = "https://cran.rstudio.com/")

Alternatively, the latest development version can be installed using the following code. Please note that while developmental versions may contain additional features not present in the official version, they may also contain coding errors.

if (!require(devtools))
  install.packages("devtools")
devtools::install_github("prioritizr/prioritizrdata")

Citation

Please cite the prioritizrdata R package when using it in publications. To cite the latest official version, please use:

Hanson JO, Schuster R, Morrell N, Strimas-Mackey M, Watts ME, Arcese P, Bennett J, Possingham HP (2020). prioritizrdata: Conservation Planning Datasets. R package version 0.2.4. Available at https://CRAN.R-project.org/package=prioritizrdata.

Alternatively, to cite the latest development version, please use:

Hanson JO, Schuster R, Morrell N, Strimas-Mackey M, Watts ME, Arcese P, Bennett J, Possingham HP (2020). prioritizrdata: Conservation Planning Datasets. R package version 0.2.4. Available at https://github.com/prioritizr/prioritizrdata.

You can’t perform that action at this time.