R/SatVapPresSlope.R

Defines functions SatVapPresSlope

Documented in SatVapPresSlope

SatVapPresSlope <-
function(temp_C){
(2508.3/(temp_C+237.3)^2)*exp(17.3*temp_C/(temp_C+237.3))
}

Try the EcoHydRology package in your browser

Any scripts or data that you put into this service are public.

EcoHydRology documentation built on March 29, 2021, 3:01 p.m.