Description Usage Arguments Value Examples
With this function it is possible to convert separated data in Degrees Minutes and Seconds to Decimal degrees.
1 | 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 the seconds are |
value
1 2 3 4 5 6 | # 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.