Convert radians to degrees
rad2deg(x, ...)
numeric
vector, expected to be radian values between zero
and pi*2.
other parameters are ignored.
This function simply converts radians which range from zero to pi*2, into degrees which range from 0 to 360.
Other jam numeric functions:
deg2rad()
,
fix_matrix_ratio()
,
noiseFloor()
,
normScale()
,
rowGroupMeans()
,
rowRmMadOutliers()
,
warpAroundZero()
rad2deg(c(pi*2, pi/2))
#> [1] 360 90