Other functions in the package goFlux

Aside from the typical workflow of flux calculation, one may wish to estimate other parameters from gas measurements. Currently, this page only contains one additional function. To request more complementary functions, open an issue on GitHub or contact the maintainer of this package, Karelle Rheault (), directly.

iso.comp for isotopic composition determination

Extracts the y-intercept of the regression between the isotope ratios plotted againts the inverse of the CO2 concentration.

Usage

Note

Code chunks under Usage sections are not part of the demonstration. They are meant to show you how to use the arguments in the function.

iso.comp(
  dataframe, 
  CO2dry_ppm = "CO2dry_ppm", 
  delta_13C = "Delta_Raw_iCO2",
  save.plots
)

Arguments

dataframe a data.frame containing measurements of isotopic fractions of CO2 and a UniqueID (or chamID) per measurements.
CO2dry_ppm, delta_13C character string; specifies which columns should be used for CO2 measurements, and the delta 13C, respectively.
save.plots character string; a file path with the extension .pdf to save Keeling plots. By default plots are not saved.

Example

data(manID.G2201i)
my.iso.comp <- iso.comp(manID.G2201i)