powered by
Convert degrees to radians
deg_2_rad(deg)
The angle(s) in radians (as a numeric vector of the same length)
Degrees (a numeric of any length >= 1)
Vikram B. Baliga
Other mathematical functions: calc_min_dist_v(), find_curve_elbow(), get_2d_angle(), get_3d_angle(), get_3d_cross_prod(), get_dist_point_line(), get_traj_velocities(), get_velocity(), rad_2_deg()
calc_min_dist_v()
find_curve_elbow()
get_2d_angle()
get_3d_angle()
get_3d_cross_prod()
get_dist_point_line()
get_traj_velocities()
get_velocity()
rad_2_deg()
## One input deg_2_rad(90) ## Multiple inputs deg_2_rad(c(5, 10, 15, 20))
Run the code above in your browser using DataLab