Convert radians to degrees
Details
This function simply converts radians which range from zero to pi*2, into degrees which range from 0 to 360.
See also
Other jam numeric functions:
deg2rad()
,
noiseFloor()
,
normScale()
,
rowGroupMeans()
,
rowRmMadOutliers()
,
warpAroundZero()
Examples
rad2deg(c(pi*2, pi/2))
#> [1] 360 90