powered by
latsex2dec converts sexagesimal latitude data to decimal latitude values.
latsex2dec
latsex2dec(degree, minute, second, direction)
The value in degrees of the latitude.
The value in minutes of the latitude.
The value in seconds of the latitude.
The direction, as "N" or "S", of the latitude.
The function returns the latitude value converted in the decimal numeral system
# NOT RUN { latsex2dec(degree = 10, minute = 10, second = 10, direction = "N") # }
Run the code above in your browser using DataLab