hum_moisture_gradient | R Documentation |
Calculates moisture gradient.
hum_moisture_gradient(...) ## S3 method for class 'numeric' hum_moisture_gradient(hum1, hum2, t1, t2, p1, p2, z1 = 2, z2 = 10, ...) ## S3 method for class 'weather_station' hum_moisture_gradient(weather_station, ...)
... |
Additional parameters passed to later functions. |
hum1 |
Relative humidity at lower height in %. |
hum2 |
Relative humidity at upper height in %. |
t1 |
Air temperature at lower height in degrees C. |
t2 |
Air temperature at upper height in degrees C. |
p1 |
Air pressure at lower height in hPa. |
p2 |
Air pressure at lower height in hPa. |
z1 |
Lower measurement height in m. |
z2 |
Upper measurement height in m. |
weather_station |
Object of class weather_station |
Moisture gradient.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.