Description Usage Arguments Author(s) References Examples
View source: R/SatVapPresSlope.R
Calculates the slope of the Saturation Vapor Pressure vs T (kPa/K)
1 | SatVapPresSlope(temp_C)
|
temp_C |
Air temperature in degrees C |
Josephine Archibald
Dingman, S. Lawrence. 2002. Physical Hydrology. Waveland Press Inc.
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))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.