View source: R/convertDecDeg.r
| convertDecDeg | R Documentation | 
This function can convert various formats to decimal degrees or to degrees-minutes
convertDecDeg(x, format = "dec.deg")
| x | = coordinates | 
| format | = dec.deg Acceptable values include dec.deg, deg.min | 
Brad Hubley
convertDecDeg(4730.3)
47.505
convertDecDeg(47.505, 'deg.min')
4730.3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.