View source: R/analytical_functions.R
rad_2_deg | R Documentation |
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)
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()
## One input
rad_2_deg(pi/2)
## Multiple inputs
rad_2_deg(c(pi / 2, pi, 2 * pi))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.