Description Usage Arguments Value Author(s) References See Also Examples
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
1 | wc(temp,vv)
|
temp |
Numerical Vector of Mean Air Temperature values in celsius |
vv |
Numerical vector of Wind velocity values in m/s |
Numerical vectors containing the Wind Chill Index in Celsius
Francisco Jablinski Castelhano - Laboclima/Universidade Federal do Paran<c3><a1>
NOAA, Wind Chill Temperature Index, Available at <http://www.nws.noaa.gov/om/cold/resources/wind-chill-brochure.pdf>, Acess date: Jul 14,2017
http://www.nws.noaa.gov/om/cold/wind_chill.shtml
1 2 | ##----Calculating the Wind Chill Index
wc(temp= 8,vv= 3.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.