etv: Calculates the Effective Temperature Taking Wind Velocity

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

View source: R/etv.R

Description

Calculates the Effective Temperature taking Wind Velocity for a daily or hourly data series, based on the formula by Suping et al(1992) .

Usage

1
etv(temp,ur,vv)

Arguments

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

Value

Numerical vectors containing the Effective Temperature taking Wind velocity

Author(s)

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

References

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.

See Also

http://www.periodicos.ufam.edu.br/revista-geonorte/article/view/e/2204

Examples

1
2
#Calculating the Effective Temperature taking Wind velocity Index
etv(temp= 31.1,ur=64,vv=1.2)

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

Related to etv in ThermIndex...