Convert radians to degrees
See also
Other mathematical functions:
calc_min_dist_v()
,
deg_2_rad()
,
find_curve_elbow()
,
get_2d_angle()
,
get_3d_angle()
,
get_3d_cross_prod()
,
get_dist_point_line()
,
get_traj_velocities()
,
get_velocity()
Examples
## One input
rad_2_deg(pi/2)
#> [1] 90
## Multiple inputs
rad_2_deg(c(pi / 2, pi, 2 * pi))
#> [1] 90 180 360