deg | R Documentation |
deg
converts angle values from radians to degrees.
rad
converts angle values from degrees to radians.
deg(radian)
rad(degree)
radian |
numeric, vector of radian values to be converted to degrees. |
degree |
numeric, vector of degree values to be converted to radians. |
deg
returns vector of degree values while
rad
returns vector of radian values.
principal
.
deg(pi / 2)
rad(180)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.