wind.chill: Wind chill

View source: R/rEHS.R

wind.chillR Documentation

Wind chill

Description

a function used to calculate a temperature based on wind speed. temperature must be below 70 degrees Fahrenheit.

Usage

wind.chill(temp.fahr, wind.speed.mph)

Arguments

temp.fahr

degrees in Fahrenheit (must be below 70)

wind.speed.mph

measured wind speed in miles per hour (mph)

Examples

## wind.chill(40, 15)
## "Wind chill is 31.84 F when wind speed is 15.0 and air temperature is 40.0 F"

nadlerphd/rEHS documentation built on Feb. 3, 2025, 4:48 p.m.