powered by
rhFUN Calculates relative humidity from air temperature in Celsius and water vapor pressure in milibars
rhFUN
rhFUN(temp, vapor)
numeric. temperature in celsius
numeric. water vapor pressure in milibars
a vector of relative humidity values, in decimal.
# NOT RUN { rhFUN(25, 20) rhFUN(25:40, 20:35) # }
Run the code above in your browser using DataLab