Description Usage Arguments Details Value Note Author(s) References See Also Examples
knots_to_speed
creates a numeric vector of speed, in units
specified by unit
, from a numeric vector of speed in knots.
1 | knots_to_speed(knots, unit, round = 1)
|
knots |
Numeric vector of speeds in knots |
unit |
Character specifying the speed unit other than knots. Possible values are:
|
round |
An integer indicating the number of decimal places to round the converted value. |
Output will be in the speed units specified by unit
.
A numeric vector of speeds (in the specified unit)
Equations are from the source code for the National Oceanic and and Atmospheric Administration's online wind speed converter
Joshua Ferreri joshua.m.ferreri@gmail.com, Brooke Anderson brooke.anderson@colostate.edu
http://www.srh.noaa.gov/epz/?n=wxcalc_windconvert
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.