dms_to_deg | R Documentation |
Convert a latitude or longitude to decimal degrees
dms_to_deg(deg, min, sec)
deg |
degrees |
min |
minutes |
sec |
seconds |
Input the degrees, minutes and seconds to return the decimal degrees. Works for degrees-minutes notation as well (leave seconds blank)
dms_to_deg(deg = -52, min = 48, sec = 30)
dms_to_deg(-52, 48.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.