wc: Wind Chill Index

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/wc.R

Description

Calculates the Wind Chill index based on the NOAA's equation. Notice that this is an index to calculate how cold air feels on human skin. It is only effective for Wind Velocity values higher than 1.3 m/s and temperatures lower than 10 celsius

Usage

1
wc(temp,vv)

Arguments

temp

Numerical Vector of Mean Air Temperature values in celsius

vv

Numerical vector of Wind velocity values in m/s

Value

Numerical vectors containing the Wind Chill Index in Celsius

Author(s)

Francisco Jablinski Castelhano - Laboclima/Universidade Federal do Paran<c3><a1>

References

NOAA, Wind Chill Temperature Index, Available at <http://www.nws.noaa.gov/om/cold/resources/wind-chill-brochure.pdf>, Acess date: Jul 14,2017

See Also

http://www.nws.noaa.gov/om/cold/wind_chill.shtml

Examples

1
2
##----Calculating the Wind Chill Index
wc(temp= 8,vv= 3.5)

ThermIndex documentation built on May 1, 2019, 7:56 p.m.

Related to wc in ThermIndex...