alkalinity | R Documentation |
‘alkalinity()' Uses the calculate_closed_system_alkalinity function from Sebastian Kopf’s microbialkitchen R package to calculate media alkalinity
alkalinity( pH, nDIC, VolumeSolution, VolumeHeadspace, temperature, K.CO2HCO3, K.HCO3CO3 )
pH |
pH of the system. |
nDIC |
Moles of dissolved inorganic carbon |
VolumeSolution |
Volume of liquid in the closed system, in liters. |
VolumeHeadspace |
Volume of gaseous head space in the closed system, in liters. |
temperature |
Temperature of the system, in Kelvin. |
K.CO2HCO3 |
Equilibrium constant for the dissociation of CO2(aq) to HCO3-(aq). |
K.HCO3CO3 |
Equilibrium constant for the dissociation of HCO3- (aq) to CO3– (aq). |
alkalinity of the solution, in millimolar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.