
Last chance! 50% off unlimited learning
Sale ends in
DegToRad(deg)
RadToDeg(rad)
deg
with the angles in radians.
RadToDeg returns a vector of the same length as rad
with the angles in degrees.DegToRad(c(90,180,270))
RadToDeg( c(0.5,1,2) * pi)
Run the code above in your browser using DataLab