Description Usage Arguments Value Examples
Use functions from the circular package
1 | hdg_circular(hdg)
|
hdg |
A heading in degrees, where 0 is north,
90 is east, 180 is south, and 270 is west. Values
outside the range [0-360) are coerced to this range
using |
A circular::circular()
object.
1 2 3 | if (requireNamespace("circular", quietly = TRUE)) {
hdg_circular(1:10)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.