Skip to contents

Actual vapour pressure (ea) derived from dewpoint temperature

Usage

ea_dew_calculation(tdew)

Arguments

tdew

A dataframe with dewpoint temperature (Celsius).

Value

Returns a data.frame object with the ea from dewpoint data.

Author

Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha.

Examples

if (FALSE) { # \dontrun{
ea <-ea_dew_calculation(tdew)
} # }