FoRTExperiment / fortedata

FoRTE project data
https://fortexperiment.github.io/fortedata/
Creative Commons Attribution 4.0 International
7 stars 11 forks source link

fortedata: An open-data package for the R programming Language

Overview

fortedata is an R package that provides functions for accessing and interpreting data associated with FoRTE: Forest Resilience Threshold Experiment--a modeling and manipulative field experiment that tests the effects of disturbance severity and disturbance type on carbon cycling dynamics in a temperate forest. Package data consists of measurements of carbon pools and fluxes and ancillary measurements to help users analyze and interpret carbon cycling over time.

Getting Started

We recommend that users begin with either package vignettes that provide detailed examples of package functions and potential use cases, or with package documentation.

Installation

Installing the latest development version of fortedata from GitHub (requires devtools):

if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("FoRTExperiment/fortedata", dependencies = TRUE, build_vignettes = FALSE)

fortedata 1.0.2 Updates and Future Data Availability

Updates

Future Data Availability

The FoRTE Team