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