Description Usage Arguments Value Author(s) References See Also Examples
Calculates the Effective Temperature taking Wind Velocity for a daily or hourly data series, based on the formula by Suping et al(1992) .
1 | etv(temp,ur,vv)
|
temp |
Numerical Vector of Mean Air Temperature values in celsius |
ur |
Numerical vector of Relative humidity Values in percentual |
vv |
Numerical vector of Wind velocity values in m/s |
Numerical vectors containing the Effective Temperature taking Wind velocity
Francisco Jablinski Castelhano - Laboclima/Universidade Federal do Paran<c3><a1>
Suping, Z. Guanglin, M.,Yanwen, W.,Ji, L. Study of the relationships between weather conditions and the marathon race, and of meteorotropic effects on distance runners, International Journal of Biometeorology,(1992),V.36, P.63-68.
http://www.periodicos.ufam.edu.br/revista-geonorte/article/view/e/2204
1 2 | #Calculating the Effective Temperature taking Wind velocity Index
etv(temp= 31.1,ur=64,vv=1.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.