hum_absolute: Absolute humidity

hum_absoluteR Documentation

Absolute humidity

Description

Calculates absolute humidity from vapor pressure and air temperature.

Usage

hum_absolute(...)

## S3 method for class 'numeric'
hum_absolute(p_vapor, t_pot, ...)

## S3 method for class 'weather_station'
hum_absolute(weather_station, height, ...)

Arguments

...

Additional parameters passed to later functions.

p_vapor

Vapor pressure in hPa.

t_pot

Potential air temperature in °C

weather_station

Object of class weather_station.

height

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

Value

Absolute humidity in kg/m³.


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