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