temp_init | R Documentation |
Functions for calculating different forms of temperature.
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"))
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 |
temp_init
: Temperature measurement
tdp_calc
: Dew point calculation
wbgt_calc
: WBGT calculation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.