Description Usage Arguments Examples
Create and export headings
1 2 3 4 5 6 7 8 9 10 11 12 13 | hdg_norm(hdg)
uv(u, v)
uv_norm(uv)
uv_from_hdg(hdg)
hdg_from_uv(uv)
rad_from_hdg(hdg)
hdg_from_rad(rad)
|
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 |
uv, u, v |
A data.frame with columns |
rad |
An angle in radians such that a |
1 2 3 4 | hdg_norm(-10:10)
hdg_from_uv(uv(1, 0))
uv_from_hdg(5:10)
uv_norm(uv(2, 0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.