Skip to content

Data, code, and results for the raptr R package manuscript

License

Notifications You must be signed in to change notification settings

jeffreyhanson/raptr-manuscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raptr: Representative and Adequate Prioritization Toolkit in R

Status License (GPL version 3) DOI

Jeffrey O. Hanson, Jonathan R. Rhodes, Hugh P. Possingham, Richard A. Fuller

Correspondence should be addressed to jeffrey.hanson@uqconnect.edu.au

Overview

This repository contains the data and source code that underpins the findings in our manuscript "raptr: Representative and Adequate Prioritization Toolkit in R". This manuscript has been published in the journal Methods in Ecology and Evolution and is available here. For more information on the raptr R package, check out the official version on CRAN and the the development version.

Download our data, code, results here. Alternatively, clone this repository, and rerun the entire analysis on your own computer using the system command make all.

  • article
    • manuscript main text, figures, and supporting information
  • code
    • R: scripts used to run the analysis
    • parameters: files used to run analysis in TOML format
    • rmarkdown files used to compile them manuscript
  • data
    • raw: raw data used to run the analysis
    • intermediate: results generated during processing
    • final: results used in the paper
  • packrat
    • R packages used for analysis

Abstract

  1. An underlying aim in conservation planning is to maximize the long-term persistence of biodiversity. To fulfill this aim, the ecological and evolutionary processes that sustain biodiversity must be preserved. One way to conserve such processes at the feature level (eg. species, ecosystem) is to preserve a sample of the feature (eg. individuals, areas) that is representative of the intrinsic or extrinsic physical attributes that underpin the process of interest. For example, by conserving a sample of populations with local adaptations---physical attributes associated with adaptation---that is representative of the range of adaptations found in the species, protected areas can maintain adaptive processes by ensuring these adaptations are not lost. Despite this, current reserve selection methods overwhelmingly focus on securing an adequate amount of area or habitat for each feature. Little attention has been directed towards capturing a representative sample of the variation within each feature.

  2. To address this issue, we developed the raptr R package to help guide reserve selection. Users set "amount targets"---similar to conventional methods---to ensure that solutions secure a sufficient proportion of area or habitat for each feature. Additionally, users set "space targets" to secure a representative sample of variation in ecologically or evolutionarily relevant attributes (eg. environmental or genetic variation). We demonstrate the functionality of this package using simulations and two case studies. In these studies, we generated solutions using amount targets---similar to conventional methods---and compared them with solutions generated using amount and space targets.

  3. Our results demonstrate that markedly different solutions emerge when targeting a representative sample of each feature. We show that using these targets is important for features that have multimodal distributions in the process-related attributes (eg. species with multimodal niches). We also found that solutions could conserve a far more representative sample with only a slight increase in reserve system size.

  4. The raptr R package provides a toolkit for making prioritizations that secure an adequate and representative sample of variation within each feature. By using solutions that secure a representative sample of each feature, prioritizations may have a greater chance of achieving long-term biodiversity persistence.

Software required