R/data.R

#' Fuels
#'
#' A dataset with carbon dioxid data of the some fuels.
#'
#' @format A `data.frame` with 2 rows and 2 columns:
#' \describe{
#' \item{Name}{`character`, name.}
#' \item{CO2}{`double`, gram CO2 per litre fuel.}
#' }
#'
#' @references
#' Umweltbundesamt. "Ratgeber: Sprit sparen und mobil sein" (2009).
#' \url{https://www.umweltbundesamt.de/sites/default/files/medien/publikation/long/3705.pdf}
#' accessed 2021-11-11.
"fuels"

#' Inhalational Anesthetics
#'
#' A dataset of physical properties of the some inhalational anesthetics.
#'
#' @format A `data.frame` with 3 rows and 9 columns:
#' \describe{
#' \item{Name}{`character`, name.}
#' \item{MAC}{`double`, minimum alveolar concentration.}
#' \item{MW}{`double`, molecular weight.}
#' \item{Density}{`double`, density.}
#' \item{GWP20}{`double`, global warming potential for 20 years.}
#' \item{GWP100}{`double`, global warming potential for 100 years.}
#' \item{GWP500}{`double`, global warming potential for 500 years.}
#' \item{Unit}{`numeric`, mili litre per unit/bottle.}
#' \item{Color}{`character`, color code.}
#' }
#'
#' @references
#' Andersen, Nielsen, Wallington, Karpichev, and Sander
#' "Assessing the Impact on Global Climate from General Anesthetic Gases"
#' Anesthesia & Analgesia 114.5 (2012): 1081-1085
#' \doi{10.1213/ANE.0b013e31824d6150}
#'
#' Andersen, Nielsen, and Sherman
#' "The Global Warming Potentials for Anesthetic Gas Sevoflurane Need
#' Significant Corrections"
#' Environ. Sci. Technol. 2021, 55, 15, 10189–10191
#' \doi{10.1021/acs.est.1c02573}
"ianes"
sgibb/hypercapnia documentation built on Nov. 9, 2022, 8:26 a.m.