dms2dd | R Documentation |
Convert numeric coordinate vectors in degrees, minutes, and seconds to decimal degrees
dms2dd(x)
x |
numeric vector of length 3 corresponding to degrees, minutes, and seconds |
dt <- rbind(c(25,12,53.66),c(-80,32,00.61)) apply(dt, 1, function(x) dms2dd(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.