R/co2ntent.R

#' co2ntent: A package for calculating carbon dioxide and oxygen content of blood.
#'
#' The co2ntent package provides several formulae for the calculation of carbon
#' dioxide and oxygen content of the blood.
#'
#' The co2ntent package provides several canonical formulae from the
#' literature, for the calculation of carbon dioxide and oxygen content
#' of the blood.
#'
#' Data sets presented in the referenced literature are also included.
#'
#' Several helper methods for units conversion and other minor tasks are
#' provided.
#'
#' Carbon dioxide content calculation models derived by the author are
#' also provided.
#'
#' @section co2ntent functions:
#'
#' \code{\link{apparent_pk_co2_hco3}}
#' \code{\link{co2_plasma_solubility}}
#' \code{\link{douglas_blood_co2_content_ml_dl}}
#' \code{\link{douglas_co2_plasma_to_blood_ratio}}
#' \code{\link{douglas_plasma_co2_content_ml_dl}}
#' \code{\link{kelman_po2_to_so2}}
#' \code{\link{std_kelman_po2_to_so2}}
#' \code{\link{plasma_bicarbonate_content}}
#' \code{\link{siggaard_andersen_erythrocyte_ph}}
#' \code{\link{siggaard_andersen_erythrocyte_p_k}}
#' \code{\link{siggaard_andersen_plasma_co2_content_mmol_dl}}
#' \code{\link{siggaard_andersen_blood_co2_content_mmol_dl}}
#'
#' @docType package
#' @name co2ntent
NULL
bakenzua/co2ntent documentation built on Feb. 8, 2024, 2:37 a.m.