hum_evap_heat | R Documentation |
Calculates heat of evaporation for water from air temperature.
hum_evap_heat(...) ## S3 method for class 'numeric' hum_evap_heat(t, ...) ## S3 method for class 'weather_station' hum_evap_heat(weather_station, height = "lower", ...)
... |
Additional parameters passed to later functions. |
t |
Air temperature in degrees C. |
weather_station |
Object of class weather_station. |
height |
Height of measurement. "lower" or "upper". |
Enthaly of vaporization in J/kg.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.