deg2rad | R Documentation |
Convert degrees to radians
deg2rad(x, ...)
x |
|
... |
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()
deg2rad(rad2deg(c(pi*2, pi/2)))/pi;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.