rh_calculation: Relative humidity (rh) calculation

View source: R/variables_air_humidity_2.R

rh_calculationR Documentation

Relative humidity (rh) calculation

Description

Relative humidity is calculated in this function based on minimum air temperature of the day and the air temperature of the moment.

Usage

rh_calculation(tmin, tmean)

Arguments

tmin

A dataframe with minimum daily air temperature (°C)

tmean

A dataframe with mean air temperature (°C) that you want to calculate the relative humidity.

Value

A data.frame object with the relative humidity calculated

Author(s)

Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha

Examples

## Not run: 
rh <- rh_calculation(tmin, tmean)

## End(Not run)

BrazilMet documentation built on April 12, 2025, 2:11 a.m.