Description Usage Arguments Examples
Calculate the wind direction error of a forecast/observation pair
1 | getwdirerror(ob.wdir, fcst.wdir)
|
ob.wdir |
observed wind direction |
fcst.wdir |
forecasted wind direction |
1 2 3 | ob.wdir <- 63
fcst.wdir <- 147
wdirerror <- getwdirerror(wspd, wdir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.