GrasslandAllocatr: An R package for allocating a schedule of management actions among a suite of grasslands.
This package is based on the work of Paul Rees and Elliot Gould, in partial fulfilment of their Master of Science degreees at the School of Botany (now School of BioSciences), University of Melbourne. Please note that this package is still in active development.
The package is built around two models:
GrasslandBBN
: A Bayesian Belief Network model predicting condition for a single grassland in response to management at annual time-steps over a period of 5 years. The original model was built by Paul Rees, and has been parameterised with data collectd by both Paul Rees and Elliot Gould.GrasslandAllocatr
: A decision model for allocating actions through time among a suite of grasslands. This model uses the predictions of theGrasslandBBN
and a choice of algorithm and performance metrics for optimally allocating effort under a limited budget. This model is the work of Elliot Gould.
Install the package using devtools
: devtools::install_github("egouldo/GrasslandAllocatr")
If you don't have devtools installed, install it like so: install.packages("devtools")
Download and build the package:
- Clone or download this github repository.
- Open the
GrasslandAllocatr.Rproj
file in Rstudi - From the menu: Build > Build and Reload
Install reproduce using the remake
package remake on Github:
- Install remake:
devtools::install_github("richfitz/remake")
- Install remake dependencies:
install.packages(c("R6", "yaml", "digest", "crayon", "optparse"))
- One more dependency:
devtools::install_github("richfitz/storr")
The software and content in this repository is copyright of Elliot Gould, Libby Rumpff, and Peter Vesk. Please cite this work, as follows:
Gould, E., Rumpff, L. Vesk, P. (2016 in prep.) Managing Grasslands with Models: Resolving uncertainty and allocating effort among a suite of sites.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
For more detailed information about the data contained in this repository, and about the data analysis / model building pipelines in this software, please see the wiki.