Convert Wind Velocity from mph to m/s {ThermIndex} | R Documentation |
Convert Wind Velocity from mph to m/s
Description
Converts Wind Velocity values in mph to m/s
Usage
mphtoms(wvmph)
Arguments
wvmph |
Numerical Vector of Wind Velocity Values in mph |
Value
Numerical vectors containing Wind velocity in m/s
Author(s)
Francisco Jablinski Castelhano - Laboclima/Universidade Federal do ParanĂ¡
Examples
##----Converting Wind from mph to m/s
mphtoms(wvmph=9.4)
[Package ThermIndex version 0.2.0 Index]