View source: R/degrees_minutes_seconds_convert.R
dd_to_dms | R Documentation |
Convert degrees minutes seconds to decimal degrees
dd_to_dms(dd)
dd |
vector of numbers decimal degrees |
string vector of degrees minutes seconds
myangle<- 45.15 dd_to_dms(myangle)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.