powered by
Convert radians to degrees
rad_2_deg(rad)
The angle(s) in degrees (as a numeric vector of the same length)
Radians (a numeric of any length >= 1)
Vikram B. Baliga
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()
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()
## One input rad_2_deg(pi/2) ## Multiple inputs rad_2_deg(c(pi / 2, pi, 2 * pi))
Run the code above in your browser using DataLab