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