knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

physiology

R-CMD-check CRAN status Project Status: Active – The project has reached a stable, usable state and is being actively developed. Codecov test coverage lifecycle

Calculate physiologic characteristics of awake and anesthetized adults, children and infants

# This relies on having the package installed
cat(
  unclass(
    utils::packageDescription("physiology")
  )[["Description"]]
)

Functions are provided for estimation of a range of physiologic characteristics of infant, child and adult humans.

Each formula is referenced to the original publication. Warnings can be given for estimation based on input data outside of normal ranges. Future functions will cover more material with a focus on anaesthesia, critical care and peri-operative medicine.

Contributions welcome.



jackwasey/physiology documentation built on March 19, 2024, 6:31 a.m.