-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
42 lines (31 loc) · 1.68 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# portalDS
<!-- badges: start -->
[![Build Status](https://travis-ci.org/ha0ye/portalDS.svg?branch=master)](https://travis-ci.org/ha0ye/portalDS)
[![codecov](https://codecov.io/gh/ha0ye/portalDS/branch/master/graph/badge.svg)](https://codecov.io/gh/ha0ye/portalDS)
[![DOI](https://zenodo.org/badge/141463282.svg)](https://zenodo.org/badge/latestdoi/141463282)
<!-- badges: end -->
## Overview
The goal of portalDS is to apply "dynamic stability" (Ushio et al. 2018) to the long-term rodent time series at Portal, to test whether this indicator of whole-ecosystem change predicts or lines up with abrupt community shifts.
## Project Organization
This project is set up as an R package that implements functions for computing "dynamic stability", mostly following Ben Marwick's [rrtools](https://github.com/benmarwick/rrtools) setup:
* The [`maizuru-dynamic-stability` vignette](https://ha0ye.github.io/portalDS/articles/maizuru-dynamic-stability.html) reproduces the Maizuru Bay analysis from Ushio et al. 2018 as an example.
* The `analysis` folder contains R scripts and objects for the Portal dynamic stability analysis.
* The `data`, `output`, and `figures` folders contain data, results, and figures for both the Portal and the Maizuru Bay analysis.
## Installation
You can install the current version of portalDS from [GitHub](https://github.com/ha0ye/portalDS) with:
``` r
# install.packages("remotes")
remotes::install_github("ha0ye/portalDS")
```