Description Usage Arguments Value Author(s) See Also Examples
Parse coordinate string into degrees, minutes and seconds using a format string
1 | dmsparsefmt(x, fmt)
|
x |
a character vector of coordinates |
fmt |
a format string specifying the format to be used e.g. 'dd.mm L' |
a dataframe with the degrees, minutes and seconds of the coordinate in separate columns
Mark Robertson
parsecoords
1 2 | x<-c('44.25 E','21.20 E','14.03 E')
dmsparsefmt(x,fmt="dd.mm L")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.