hum_evap_heat: Enthaly of vaporization

hum_evap_heatR Documentation

Enthaly of vaporization

Description

Calculates heat of evaporation for water from air temperature.

Usage

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", ...)

Arguments

...

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".

Value

Enthaly of vaporization in J/kg.


jonasViehweger/fieldClim documentation built on June 22, 2022, 3:17 p.m.