wind_degr_to_sect | R Documentation |
convert wind degrees to sectors
wind_degr_to_sect(vd)
vd |
a numeric vector of wind dir degrees |
a character vector of wind dir sectors
vd<-c(0, seq(11.25, (360-11.25), by = 22.5), 360) wind_degr_to_sect(vd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.