View source: R/waterIso.Picarro.R
waterIso.Picarro | R Documentation |
This function is used to decompose and finalize raw water isotope data from a Picarro CRDS instrument. The first step is to correct for linear drift of the instrument. The second step calibrate the measured values against the working standards included in the run and calculate QA/QC metrics. The function writes a .txt with all relevant information included. A dataframe of the finalized sample data is also returned.
waterIso.Picarro(data.file, sample.file, working.STDs = c("BW","KD","SW"))
data.file |
Full file name for raw data from the instrument. Must be a .csv file! File name must start with the instrument ID number follow by "_". Character. |
sample.file |
Full file name for the sample information that corresponds to the raw data. Also, must be a .csv file! The file must include the following headings (and only the following headings). Best to use the template!
|
working.STDs |
Character vector of length 3 listing names of working stadards included in the run. The first two will be used for correction and calibration, the third as the QA/QC check. Defaults to IsoLab standards "BW", "KD", "SW". |
Dataframe of finalized water isotope data including:
The tray positon on the autosampler.
The vail number of the sample.
Unique identifier of the sample.
Average water concentration across saved injections in ppm by volume.
Standard deviation of water concentration across saved injections in ppm by volume.
Average 2H:1H of water across saved injections in standard delta notation relative to VSMOW.
Standard deviation of 2H:1H across saved injections in standard delta notation relative to VSMOW.
Average 18O:16O of water across saved injections in standard delta notation relative to VSMOW.
Standard deviation of 18O:16O across saved injections in standard delta notation relative to VSMOW.
Gordon W. Holtgrieve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.