Description Usage Arguments Author(s) Examples
This function calculates the speciation of dissolved inorganic carbon given the measured pH, DIC concentration, and water temperature. It will add on the concentrations of each carbonate species (CO2(aq), HCO3-, CO3–) to your dataframe 'dat'.
1 | carbulate(dat, DIC_col_mg.L, pH_col, temp_col_C, pressure_col_kPa)
|
dat |
Your dataframe with parameters of interest |
DIC_col_mg.L |
Name of column that contains your measured dissolved inorganic carbon concentration (mgC/L) |
pH_col |
Name of column with your measured pH |
temp_col_C |
Name of column with your measured water temperature (in Celsius) |
pressure_col_kPa |
Name of column with the field atmospheric pressure (in kPa) |
Pieter J. K. Aukes
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.