powered by
Index of the percived temperature.
at(taverage, w, vapor, data_names = NULL, time.scale = YEAR, na.rm = FALSE)
medium temperature
average wind
water vapour pressure
names of each period of time
month, season or year
logical. Should missing values (including NaN) be removed?
AT
$$AT = TG + 0.33e -0.70v -4.00$$ TG = air temperature in Celsius ; v = wind speed in m/s; e= water vapour pressure in hPa
# NOT RUN { data(data_all) at(taverage = data_all$tg, w = data_all$wind, vapor = data_all$VAPOUR) # }
Run the code above in your browser using DataLab