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