SatVapPresSlope: Slope of the relationship between Saturation Vapor Pressure...

Description Usage Arguments Author(s) References Examples

View source: R/SatVapPresSlope.R

Description

Calculates the slope of the Saturation Vapor Pressure vs T (kPa/K)

Usage

1

Arguments

temp_C

Air temperature in degrees C

Author(s)

Josephine Archibald

References

Dingman, S. Lawrence. 2002. Physical Hydrology. Waveland Press Inc.

Examples

1
2
3
4
5
6
## The function is currently defined as
function (temp_C) 
{
    (2508.3/(temp_C + 237.3)^2) * exp(17.3 * temp_C/(temp_C + 
        237.3))
  }

EcoHydRology documentation built on May 2, 2019, 8:28 a.m.