pres_p | R Documentation |
Calculation of pressure as a function of the elevation above sea level.
pres_p(...) ## S3 method for class 'numeric' pres_p(elev, t, ...) ## S3 method for class 'weather_station' pres_p(weather_station, height = "lower", ...)
... |
Additional parameters passed to later functions. |
elev |
Elevation above sea level in m. |
t |
Temperature in °C. |
weather_station |
Object of class weather_station. |
height |
'lower' or 'upper' |
Pressure in hPa.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.