Convert Wind Velocity from mph to m/s {ThermIndex} | R Documentation |
Converts Wind Velocity values in mph to m/s
mphtoms(wvmph)
wvmph |
Numerical Vector of Wind Velocity Values in mph |
Numerical vectors containing Wind velocity in m/s
Francisco Jablinski Castelhano - Laboclima/Universidade Federal do ParanĂ¡
##----Converting Wind from mph to m/s
mphtoms(wvmph=9.4)