sexagesimal | R Documentation |
With this function it is possible to convert separated data in Degrees Minutes and Seconds to Decimal degrees.
sexagesimal(x, y, z, digits = 4)
x |
Value of Degree in Latitude or Longitude. |
y |
Value of Minute in Latitude or Longitude. |
z |
Value of Seconds in Latitude or Longitude. |
digits |
Number of digits are |
value
# Latitude g <- -33 m <- 38 s <- 30.123456 value <- sexagesimal(g, m, s, digits = 4) print(value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.