| rad2deg | R Documentation |
Convert radians to degrees
rad2deg(x, ...)
x |
|
... |
other parameters are ignored. |
This function simply converts radians which range from zero to pi*2, into degrees which range from 0 to 360.
numeric vector after coverting radians to degrees.
Other jam numeric functions:
deg2rad(),
noiseFloor(),
normScale(),
rowGroupMeans(),
rowRmMadOutliers(),
warpAroundZero()
rad2deg(c(pi*2, pi/2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.