Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cboettig/noise-phenomena
:notebook: Ecology Letters review paper: Noise-driven phenomena in population biology
https://github.com/cboettig/noise-phenomena
ecology reproducible-research research-compendium stochasticity
Last synced: 12 days ago
JSON representation
:notebook: Ecology Letters review paper: Noise-driven phenomena in population biology
- Host: GitHub
- URL: https://github.com/cboettig/noise-phenomena
- Owner: cboettig
- License: cc-by-4.0
- Created: 2017-06-12T20:02:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T22:24:28.000Z (about 5 years ago)
- Last Synced: 2024-11-05T05:24:28.456Z (about 2 months ago)
- Topics: ecology, reproducible-research, research-compendium, stochasticity
- Language: TeX
- Homepage:
- Size: 5.52 MB
- Stars: 52
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# noise-phenomena compendium
[![Binder](http://mybinder.org/badge.svg)](http://beta.mybinder.org/v2/gh/cboettig/noise-phenomena/master?urlpath=rstudio)
[![Build Status](https://travis-ci.org/cboettig/noise-phenomena.svg?branch=master)](https://travis-ci.org/cboettig/noise-phenomena)
[![DOI](https://zenodo.org/badge/94135460.svg)](https://zenodo.org/badge/latestdoi/94135460)A compendium of code, data, and author's manuscript accompanying the publication:
#### Carl Boettiger [![](https://orcid.org/sites/default/files/images/orcid_16x16.png)](https://orcid.org/0000-0002-1642-628X). *From noise to knowledge: how randomness generates novel phenomena and reveals information*. Published in *Ecology Letters*, 22 May 2018
## Overview
This repository is organized as a reproducible research compendium.
Click the [![Binder](http://mybinder.org/badge.svg)](http://beta.mybinder.org/v2/gh/cboettig/noise-phenomena/master?urlpath=rstudio) button above to explore in an interactive RStudio session. Binder uses [rocker-project.org](https://rocker-project.org) Docker images to ensure a consistent and reproducible computational environment. These Docker images can also be used locally.An `Rmd` notebook and associated pdf for Appendix A can be found in [appendixA](/appendixA). This notebook includes explanations and code necessary for all of the numerical examples discussed in the paper. It should also provide a useful starting point for extending and exploring these models with other parameters.
Or to explore the code locally, clone or download this repository into RStudio or your preferred environment and install the compendium by running `devtools::install()`. To install additional dependencies used only in formatting the figures, use `devtools::install(dep=TRUE)`.
This compendium is checked by Travis-CI continuous integration. Click the [![Build Status](https://travis-ci.org/cboettig/noise-phenomena.svg?branch=master)](https://travis-ci.org/cboettig/noise-phenomena) button for details.