Convert radians to degrees
rad_2_deg(rad)
rad | Radians (a numeric of any length >= 1) |
---|
The angle(s) in degrees (as a numeric vector of the same length)
Other mathematical functions:
deg_2_rad()
,
find_curve_elbow()
,
get_2d_angle()
,
get_3d_angle()
,
get_3d_cross_prod()
,
get_dist_point_line()
,
get_velocity()
Vikram B. Baliga
## One input rad_2_deg(pi/2)#> [1] 90#> [1] 90 180 360