iso.comp(
dataframe,CO2dry_ppm = "CO2dry_ppm",
delta_13C = "Delta_Raw_iCO2",
N2Odry_ppb = "N2Odry_ppb",
delta_15N = "d15N",
delta_18O = "d18O",
save.plots )
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 (karh@ign.ku.dk), directly.
iso.comp
for isotopic composition determination
Extracts the y-intercept of the regression between the isotope ratios (13C, 15N or 18O) plotted againts the inverse of the gas concentration (CO2 or N2O).
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.
Arguments
dataframe |
a data.frame containing measurements of isotopic fractions of CO2 or N2O 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. |
N2Odry_ppb , delta_15N , delta_18O |
character string; specifies which columns should be used for N2O measurements, the delta 15N and the delta 18O, 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)
<- iso.comp(manID.G2201i) my.iso.comp