Learn R Programming

meteoland (version 0.9.2)

humidity: Humidity conversion tools

Description

Functions to transform specific humidity to relative humidity and viceversa.

Usage

humidity_specific2relative(Tc, HS, allowSaturated = FALSE)
humidity_relative2specific(Tc, HR)

Arguments

Tc

A numeric vector of temperature in degrees Celsius.

HS

A numeric vector of specific humidity (unitless).

HR

A numeric vector of relative Humidity (in %).

allowSaturated

Logical flag to allow values over 100%

Value

A numeric vector with specific or relative humidity.

See Also

meteocomplete