rSPACE-package: Spatially-Explicit Power Analysis for Conservation and...

Description Details Author(s) References Examples

Description

Conducts a spatially-explicit, simulation-based power analysis for detecting trends in population abundance through occupancy-based modeling. Applicable for evaluating monitoring designs in conservation and ecological settings.

Details

Package: rSPACE
Type: Package
Version: 1.1
Date: 2015-02-27
License: GPL (>=2)

There are many possible options for how a simulation and power analysis could be conducted. We set up this package to provide options for how to conduct both the simulations and the data analysis. We would like to help make this framework accessible, but we also acknowledge that it may not always work in situations for which the software was not originally designed. We will be working to make more of the functionality accessible as we go along and will be interested to hear how things work (or fail to work) for anyone else who is interested in using our program.

For now, we have only made the basics of the package available. We originally designed our population simulation for territorial carnivores. Given a raster habitat layer, we distribute individuals according to a number of spacing rules (e.g. territory size, percent overlap, etc). We use bivariate normal movement distributions, adjusted based on an underlying raster habitat layer, to build a probability of use layer for each individual. We then combine the individual probabilities to create a layer describing the probability of use for at least one individual for the entire landscape. The landscape is gridded into cells and used to create an encounter history at each possible grid cell.

There are a large number of parameters needed to set up this stage of the analysis. The parameters are stored as a list, which can either be entered manually by the user or via a dialog box (for details see enter.parameters). The function, encounter.history, takes the list of parameters and a raster map of habitat on the landscape to produce a single, complete encounter history file, with options to error check the building process. createReplicates will create replicated encounter history files. These data will be stored as text files (.txt) that can either be used as inputs for Program MARK, etc or read back in later in the power analysis side of the simulations.

Just as there are many options for simulating a population on a landscape, there are many ways to potentially analyze each encounter history. The way our analysis is set up, we have one wrapper function testReplicates set up to subset the encounter history files to simulate varying sampling effort. testReplicates takes as an argument a function name that will define the analysis that is run on each potential encounter history. This function should take the encounter history and some information about that file as arguments and return a data frame with the simulation results. We have provided the original test file that we used to analyze simulated wolverine occupancy in Ellis et al. (2014) in wolverine_analysis. The final output of the simulations at this stage is a text file storing simulation results, based on the output of wolverine_analysis.

There are many options at each of these steps, but the basic process is:

  1. Enter parameters: enter.parameters

  2. Build encounter history files: createReplicates

  3. Analyze encounter histories: testReplicates

The help files will focus on these three steps, and explain additional details needed at each step.

Author(s)

Martha Ellis, Jake Ivan, Jody Tucker, Mike Schwartz

Maintainer: Martha Ellis <martha.ellis@gmail.com>

References

ELLIS, MARTHA M., JACOB S. IVAN, and MICHAEL K. SCHWARTZ. "Spatially Explicit Power Analyses for Occupancy-Based Monitoring of Wolverine in the US Rocky Mountains." Conservation Biology (2013).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
       
## Not run
# data(WolverineHabitat)           # Loads example habitat map
# Parameters<-enter.parameters()   # Open dialog box with default parameter values
#
# # Create encounter history replicates
# createReplicates(n_runs=10, map=WolverineHabitat, Parameters=Parameters)
#
# # Analyze encounter histories (
# # Default: RDOccup model via RMark (Program MARK must be available))      
# testReplicates(folder="./rSPACE.X", Parameters)

rSPACE documentation built on May 29, 2017, 11:37 a.m.