hum_vapor_pres: Vapor pressure

hum_vapor_presR Documentation

Vapor pressure

Description

Calculates vapor pressure from relative humidity and saturation vapor pressure.

Usage

hum_vapor_pres(...)

## S3 method for class 'numeric'
hum_vapor_pres(hum, t, ...)

## S3 method for class 'weather_station'
hum_vapor_pres(weather_station, height = "lower", ...)

Arguments

...

Additional parameters passed to later functions.

hum

Relative humidity in %.

t

Air temperature in °C.

weather_station

Object of class weather_station.

height

Height of measurement. "lower" or "upper".

Value

Vapor pressure in hPa.


FabianMitze/FieldClimRevised documentation built on Sept. 4, 2022, 12:38 a.m.