R/humidex.R

Defines functions humidex

Documented in humidex

humidex=function(temp,ur){temp+5/9*((6.112*10^(7.5*temp/(237.7+temp))*ur/100)-10)}

Try the ThermIndex package in your browser

Any scripts or data that you put into this service are public.

ThermIndex documentation built on May 1, 2019, 7:56 p.m.