tetens_equation: Calculates the water vapor saturation pressure as a function...

tetens_equationR Documentation

Calculates the water vapor saturation pressure as a function of temperature.

Description

Calculates the water vapor saturation pressure as a function of temperature.

Usage

tetens_equation(temp)

Arguments

temp

temperature in Celsius (ºC). Rasters are also supported.

Value

a vector of the same length as temp with the calculated water vapor saturation pressure in kPa for each temperature.

Examples

> tetens_equation(seq(5, 30, by = 5))
[1] 0.872311 1.227963 1.705346 2.338281 3.167778 4.243065

jvitorpinto/agmet documentation built on Jan. 30, 2023, 6:33 a.m.