hum_precipitable_water | R Documentation |
Estimates total precipitable water in the atmosphere. It uses a moist adiabatic temperature gradient which might not be suitable for every application.
hum_precipitable_water(...) ## S3 method for class 'numeric' hum_precipitable_water(p, t, elev, ...) ## S3 method for class 'weather_station' hum_precipitable_water(weather_station, height = "lower", ...)
... |
Additional parameters passed to later functions. |
p |
Air pressure in hPa. |
t |
Air temperature in degrees C. |
elev |
Elevation above sea level in m. |
weather_station |
Object of class weather_station. |
height |
Height of measurement. "lower" or "upper". |
Total precipitable water in cm (grams).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.