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 May 2, 2019, 8:28 a.m.