Skip to content

tsbrett/earlywarning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantifying the Detection of Early Warning Signals

This package contains the source code, analysis, and history of my research published in the Proceedings of the Royal Society Interface, Limits to the Detection of Early Warning Signals for Critical Transitions with Alan Hastings, May 2012. A preprint under CC-by license is freely available from my website

Installation

Software for the analysis is provided in R package format, see the functions in the R/ directory. These functions can be made avialable by installing the package in R, along with its dependencies.

library(devtools)
install_github("earlywarning", "cboettig")

The individual-based simulations occassionally used in the analysis require a seperate package,

install_github("populationdynamics", "cboettig")

Use

Examples for executing the analysis provided in the manuscript are found in inst/examples. Additional examples and some further exploration are found in inst/examples/appendices.

Data

Data files for the analyses contained in the publication are included as R objects as part of the package, see the data directory.

About

Methods for detecting early warning signals of critical transitions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%