Description Usage Arguments Value Examples
Convert decimal degrees to radians
1 | deg_to_rad(deg)
|
deg |
A vector of values, in decimal degrees, to convert to radians |
A vector of the same length in radians
1 2 | deg_to_rad(360)
rad_to_deg(deg_to_rad(360))
|
[1] 6.283185
[1] 360
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.