View source: R/apparent_temperature.R
apparent_temperature | R Documentation |
Apparent temperature was defined by Steadman (1994). There are two variants, one using radiation and one without – this function uses the non-radiation variant.
apparent_temperature(temp, rh, ws)
temp |
Temperature (usually air temperature) in degrees Celsius. |
rh |
Relative humidity in percentage. |
ws |
Wind speed in |
Stuart K. Grange
heat_index
.
# Calculate apparent temperature, some real observations from the Bernese
# Jura in summer 2021 when it felt warm
apparent_temperature(25.7, 64.5, 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.