Description Usage Arguments Details Value See Also Examples
Convert decimal degrees to Compass direction.
1 |
x |
A vector of directions in decimal degrees. |
Degrees are labeled with their corresponding Primary InterCardinal compass direction, following the convention of the CIMIS daily wind data items.
A factor vector of compass directions.
1 2 3 | cimis_degrees_to_compass(c(30, 83, 120, 140, 190, 240, 300, 330))
cimis_degrees_to_compass(cimis_compass_to_degrees(c("NNE", "ENE",
"ESE", "SSE", "SSW", "WSW", "WNW", "NNW")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.