Description Usage Arguments Examples
Convert wind speed and wind direction into u and v wind components
1 | getuv(wspd, wdir)
|
wspd |
wind speed value |
wdir |
wind direction value |
1 2 3 | wspd <- 6.0
wdir <- 147
uv <- getuv(wspd, wdir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.