hum_moisture_gradient: Moisture gradient

hum_moisture_gradientR Documentation

Moisture gradient

Description

Calculates moisture gradient.

Usage

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, ...)

Arguments

...

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

Value

Moisture gradient.


jonasViehweger/fieldClim documentation built on June 22, 2022, 3:17 p.m.