wind_sect_to_degr | R Documentation |
convert wind sectors to degrees
wind_sect_to_degr(vs)
vs |
a character vector of wind dir sectors |
a numeric vector of wind dir degrees
vs<-c("N","NNE","NE", "E", "ESE", "SE", "SSE", "S", "W", "WNW", "NW", "NNW") wind_sect_to_degr(vs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.