hum_specific: Specific humidity

hum_specificR Documentation

Specific humidity

Description

Calculates specfic humidity from vapor pressure and air pressure.

Usage

hum_specific(...)

## S3 method for class 'numeric'
hum_specific(p_vapor, p, ...)

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

Arguments

...

Additional parameters passed to later functions.

p_vapor

Vapor pressure in hPa.

p

Air pressure in hPa.

weather_station

Object of class weather_station.

height

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

Value

Specific humidity in kg/kg.


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