Description Usage Arguments Value Author(s) Examples
Separates coordinates into degrees, minutes and seconds (used in dmsparse)
| 1 | sep(dx)
 | 
| dx | coordinates in a character vector | 
a dataframe containing degrees, minutes and seconds in separate columns
Mark Robertson
| 1 2 | x<-data.frame(c="23_14_15.2",L="S")
sep(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.