rh_calculation {BrazilMet}R 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)

[Package BrazilMet version 0.2.0 Index]