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