hi: Calculation of the heat index.

View source: R/hi.R

hiR Documentation

Calculation of the heat index.

Description

Calculation of the heat index from temperature and relative humidity.

Usage

hi(tas, hurs)

Arguments

tas

vector of air temperature in degC.

hurs

vector of relative humidity in %.

Details

Formula based on air temperature and relative humidity, as it is calculated in Buzan et al. 2015, but adapted for degrees Celsius.

Value

Heat index in degrees Fahrenheit.

Author(s)

A.Casanueva (22.03.2018).

Examples

## Not run:  
# load the meteorological variables for example data in Salamanca:
data("data_obs") 
heatindex <- hi(data_obs$tasmean, hurs=data_obs$hurs)

## End(Not run)


anacv/HeatStress documentation built on Aug. 9, 2022, 2:36 p.m.