tetens | R Documentation |
tetens(temp)
temp |
Temperature in celsius (ºC) |
Returns the water vapour saturation pressure in kPa.
João Vitor de Nóvoa Pinto
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (temp)
{
0.6108 * exp(17.27 * temp / (237.3 + temp))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.