calculate_dew_point: Function to calculate the dew point from temperature and...

View source: R/calculate_dew_point.R

calculate_dew_pointR Documentation

Function to calculate the dew point from temperature and relative humidity.

Description

Dew point temperature is the temperature which air must be cooled to achieve saturation.

Usage

calculate_dew_point(temp, rh)

Arguments

temp

Air temperature in degrees Celsius.

rh

Relative humidity in percentage.

Value

Numeric vector, dew point temperature in degrees Celsius.

Author(s)

Stuart K. Grange

Examples


# Calculate dew point with temperature in degrees C and relative humidity
# in percent
calculate_dew_point(20, 65)


skgrange/threadr documentation built on April 15, 2024, 9:35 p.m.