View source: R/create_wind_direction_bins.R
create_wind_direction_bins | R Documentation |
Function to transform numeric wind direction values (0–360 degrees) into bins.
create_wind_direction_bins(wd)
wd |
A numeric vector representing wind direction values. |
A factor vector with levels.
Stuart K. Grange
# Bind wind directions
create_wind_direction_bins(seq(from = 0, to = 360, by = 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.