calcTWC | R Documentation |
Function to calculate windchill temperature, TWC, in Degrees.
calcTWC(v,ta)
windchill(v,ta)
v |
a numeric value presenting meteorological wind speed (at 10 m) in [km/h] |
ta |
a numeric value presenting ambient air temperature in [degree C] |
The function returns the temperature that considers the cooling effect on a localized skin segment.
returns (twc) Wind chill temperature in [Degree C]
The authors disclaim all obligations and liabilities for damages arising from the use or attempted use of the information, including, but not limited to, direct, indirect, special and consequential damages, and attorneys' and experts' fees and court costs. Any use of the information will be at the risk of the user.
Developed by Ingvar Holmer and Hakan O. Nilsson, 1990 in java and transferred to R by Shoaib Sarwar. Further contribution by Marcel Schweiker.
ISO 11079, 2007-12-15, ERGONOMICS OF THE THERMAL ENVIRONMENT - DETERMINATION AND INTERPRETATION OF COLD STRESS WHEN USING REQUIRED CLOTHING INSULATION (IREQ) AND LOCAL COOLING EFFECTS
calcTWC(6.8,-25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.