README.md

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 * fd_double_dendro and fd_dendro functions have been added that provide data from dendrometer bands

Future Data Availability

The FoRTE Team



FoRTExperiment/fortedata documentation built on May 24, 2023, 4:51 a.m.