deg2rad | R Documentation |
Facilitates conversion between degrees and radians.
deg2rad(x)
rad2deg(x)
x |
a numeric vector |
a numeric vector
latlon2xyz()
, googleMap()
, and rgeo()
.
deg2rad(180)
rad2deg(2*pi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.