dd2dms | R Documentation |
Convert decimal degree coordinates to degrees, minutes, and seconds.
dd2dms(x)
x |
numeric vector of length 1 corresponding to decimal degrees |
dd <- 25.31015 dd2dms(dd) dd <- -80.37198 dd2dms(dd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.