R/math.R
radians.Rd
Convert angular measurements from degrees to radians.
radians(x)
A real value in degrees
Angle in radians.
orientation <- 90 # degrees radians(orientation) # this should return a value equal to pi / 2 radians #> [1] 1.570796