wind.chill: Wind chill

Description Usage Arguments Examples

View source: R/rEHS.R

Description

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

Usage

1
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

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

dwnadler/rEHS documentation built on Dec. 20, 2021, 2:16 a.m.