DescTools (version 0.99.18)

DegToRad: Convert Degrees to Radians and vice versa

Description

Convert degrees to radians (and back again).

Usage

DegToRad(deg) RadToDeg(rad)

Arguments

deg
a vector of angles in degrees.

rad
a vector of angles in radians.

Value

deg with the angles in radians. RadToDeg returns a vector of the same length as rad with the angles in degrees.

Examples

Run this code
DegToRad(c(90,180,270))

RadToDeg( c(0.5,1,2) * pi)

Run the code above in your browser using DataCamp Workspace