swbgt | R Documentation |
Calculation of the simplified wet bulb globe temperature from temperature and relative humidity.
swbgt(tas, hurs)
tas |
vector of air temperature in degC. |
hurs |
vector of relative humidity in %. |
Formula based on air temperature and relative humidity, as it is calculated in Buzan et al. 2015 GMD with a small correction in the constants from Lemke and Kjellstrom 2012.
Simplified wet bulb globe temperature in degC.
A.Casanueva (22.03.2018).
## Not run: # load the meteorological variables for example data in Salamanca: data("data_obs") swbgt <- swbgt(data_obs$tasmean, hurs=data_obs$hurs) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.