deg_to_dms | R Documentation |
Convert a latitude or longitude from decimal degrees to degrees, minutes, seconds
deg_to_dms(decdeg)
decdeg |
number in decimal degrees |
Returns a data.frame() with columns indicating degrees, minutes, seconds. For degrees and decimal minutes use deg_to_dm()
deg_to_dms(-52.80833)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.