R/data.R

#' P and k fractionation values
#'
#' A compendium of possible production (P) and consumption (k) fractionation
#' values, by pool.
#'
#' @format
#' \describe{
#'   \item{Pool}{Name of pool (gas or solid)}
#'   \item{frac_P}{Fractionation value of production (P)}
#'   \item{frac_k}{Fractionation value of consumption (k)}
#'   \item{Default}{Default for this pool? Logical}
#'   \item{Source}{Source paper or URL}
#' }
#' @note Currently there is only one set of fractionation values available,
#' from von Fischer and Hedin (2002, 10.1029/2001GB001448).
"pdr_fractionation"

#' Example time series data from a methane dilution pool experiment.
#'
#' Sequential measurements of methane concentration and isotopic signature were taken using a Picarro G2920 with a Small Sample Introduction module.
#' This instrument provides gas concentrations in ppm and signatures in delta-13C, here we provide those data converted into volume of methane and atom percent.
#'
#' @format
#' \describe{
#'   \item{id}{Sample ID, a factor}
#'   \item{time_days}{time in days between measurements, starting at 0}
#'   \item{cal12CH4ml}{ml of 12C-CH4 at each timestep}
#'   \item{cal13CH4ml}{ml of 13C-CH4 at each timestep}
#'   \item{AP_obs}{atom percent 13C-CH4 at each timestep}
#' }
"Morris2023"

Try the PoolDilutionR package in your browser

Any scripts or data that you put into this service are public.

PoolDilutionR documentation built on Feb. 16, 2023, 10:05 p.m.