Functions for calculating different forms of temperature.

temp_init(est = NULL, type = "tdb", units = thermoreg_options("temp_scale"))

Arguments

est

a numeric value representing the measurement of interest.

type

the type of temperature calculation.

units

the units of measurement. Options include Celsius, Fahrenheit, or Kelvin. Default is celsius.

Functions

  • temp_init: Temperature measurement