Description Usage Arguments Value
The function takes in wind speed value in units, kilometers per hour (kmph) and returns the value after conversion in units, miles per hour (mph)
1  | kmph.to.mph(wind.kmph, round = 2)
 | 
wind.kmph | 
 vector of wind speeds in kilometers per hour  | 
round | 
 number of digits after decimal point to be rounded up to  | 
wind.mph  | 
 vector of wind speeds in miles per hour  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.