README.md

An application of the livestock resilience model for social-ecological modelling (WP6 & WP8)

This repository explores the use of the livestock resilience model, a spatially-explicit cellular automata model, for a simulation of economic risk assessment of management methods in arid rangelands.

The repository provides

  1. R-Functions for the simulation and analysis of replicated timeseries.
  2. an example manual as well as the mathematical description of the model (model.pdf) and an implementation of the livestock model (livestock.r) for the use with the R package caspr as a simulation engine.
  3. an interactive implementation for R Shiny. Opening the file documentation/interactive_livestockmodel.Rmd in RStudio allows you, after installation of some extra packages, to run the interactive app.

This repository is also an R package and can be installed from within R using: install.packages(c("devtools","animation")) devtools::install_github("cascade-wp6/caspr") devtools::install_github("cascade-wp6/socialecological") See the package vignette for examples.

LICENSE

Text

Creative Commons LicenseThe documentation and texts of the livestock resilience model for social-ecological modelling by Florian D. Schneider is licensed under a Creative Commons Attribution 4.0 International License.

Code

The MIT License (MIT)

Copyright (c) 2015 the authors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



cascade-wp6/socialecological documentation built on May 13, 2019, 1:11 p.m.