tetens_equation | R Documentation |
Calculates the water vapor saturation pressure as a function of temperature.
tetens_equation(temp)
temp |
temperature in Celsius (ºC). Rasters are also supported. |
a vector of the same length as temp with the calculated water vapor saturation pressure in kPa for each temperature.
> tetens_equation(seq(5, 30, by = 5)) [1] 0.872311 1.227963 1.705346 2.338281 3.167778 4.243065
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.