convert_angles | R Documentation |
Converts angles to radians
as_rad(x)
as_degree(x)
x |
|
A numeric vector with the converted angles.
as_rad(seq(-180, 180, 30))
# The default unit of turning angles is rad.
data(deer)
deer |> steps() |> mutate(ta_ = as_degree(ta_))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.