satvap | R Documentation |
Calculates saturated vapour pressure
satvap(tc)
tc |
temperature (degrees C) |
ice |
optional logical indicating whether to calculate saturated vapour pressure over ice (TRUE = Yes) |
saturated vapour pressure (kPa)
# Plot saturated vapour pressure curve tc <- c(-20:30) es <- satvap(tc) plot(es~tc, type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.