DegToRad.Rd
Convert degrees to radians (and back again).
DegToRad(deg)
RadToDeg(rad)
DegToRad returns a vector of the same length as deg
with the angles in radians.
RadToDeg returns a vector of the same length as rad
with the angles in degrees.