Functions for calculating different forms of pressure

press_init(
  est = NULL,
  type = "barometric",
  units = thermoreg_options("press_scale")
)

Arguments

est

a numeric value representing the measurement of interest.

type

the type of pressure calculation.

units

the units of measurement. Options include torr, atm, mbar (millibar), and psi. Default is torr.

Functions

  • press_init: Pressure measurement