DegToRad | R Documentation |
Convert degrees to radians (and back again).
DegToRad(deg)
RadToDeg(rad)
deg |
a vector of angles in degrees. |
rad |
a vector of angles in radians. |
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.
Andri Signorell <andri@signorell.net>
DegToRad(c(90,180,270))
RadToDeg( c(0.5,1,2) * pi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.