View source: R/cal_wind_direction.R
cal_wind_direction | R Documentation |
Covert wind direction code into degrees based on the base direction.
cal_wind_direction(x, base_direction = c("North", "South", "East", "West"))
x |
Numeric. Wind direction code to be coverted. |
base_direction |
Character. Direction of 0 degree. Should be one of (E)ast, (W)est, (S)outh and (N)orth. |
Wind direction in degree format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.