View source: R/siggaard_andersen_co2_params.R
plasma_bicarbonate_content | R Documentation |
plasma_bicarbonate_content
plasma bicarbonate concentration as per the
Henderson-Hasselbach equationv described by \insertCitesiggaard_1988co2ntent.
plasma_bicarbonate_content(pco2, ph = 7.4, temperature = 37,
calculate_solubility_coefficient = FALSE, inputs_are_kpa = TRUE)
pco2 |
CO2 partial pressure |
ph |
pH (hydrogen ion concentration). Default 7.40 |
temperature |
temperature in celcius. Default 37c |
calculate_solubility_coefficient |
Default FALSE |
inputs_are_kpa |
If TRUE, input pCO2 is in kPa, if FALSE use mmHg |
Calculation is a straightforward Henderson-Hasselbach rearrangement. This relies
on the solubility coeffiecient of CO2 in plasma. \insertCitesiggaard_1988co2ntent
provide a constant of 0.230 mmol/L/kPa, or we can calculate with the method provided
by \insertCitedouglas_1988co2ntent implemented as co2_plasma_solubility
The HCO3 concentration of plasma in mmol/dL
douglas_1988co2ntent \insertRefsiggaard_1988co2ntent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.