View source: R/coord_dms_to_dd.R
coord_dms_to_dd | R Documentation |
Degrees minutes seconds to decimal degrees
coord_dms_to_dd(s)
s |
a vector of strings in the form "degrees minutes seconds" separated by a blank space |
a numeric vector in decimal degrees
myangle<- "45 12 3.01" coord_dms_to_dd(myangle)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.