apparentTemp | R Documentation |
Calculation of the apparent temperature from temperature, relative humidity and wind.
apparentTemp(tas, hurs, wind)
tas |
vector of air temperature in degC. |
hurs |
vector of relative humidity in %. |
wind |
vector of wind at 10m in m/s. |
Formula based on air temperature, relative humidity and wind only, as it is calculated in Steadman 1994, Buzan et al. 2015 GMD and references therein. There is a version including radiation (net radiation absorved per unit area of human body surface), but it is not implemented here.
Apparent temperature in degC.
A.Casanueva (22.03.2018).
## Not run: # load the meteorological variables for example data in Salamanca: data("data_obs") at <- apparentTemp(data_obs$tasmean, hurs=data_obs$hurs, wind= data_obs$wind) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.