temperature_calcs: Temperature Calculations

temp_initR Documentation

Temperature Calculations

Description

Functions for calculating different forms of temperature.

Usage

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

tdp_calc(tdb = NULL, rh = NULL, units = thermoreg_options("temp_scale"))

wbgt_calc(tdb, twb, tg, 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.

tdb

Dry bulb temperature

rh

Relative humidity in percentage units (e.g., 40 not .4)

twb

Wet bulb temperature

tg

Black globe temperature

Functions

  • temp_init: Temperature measurement

  • tdp_calc: Dew point calculation

  • wbgt_calc: WBGT calculation


arcaldwell49/thermoreg documentation built on March 19, 2022, 3:38 a.m.