dms2dd: Convert lat/long from DMS to DD

Description Usage Arguments

View source: R/dms2dd.R

Description

Function that converts a messy DMS to a DD format.

Usage

1
dms2dd(deg = 0, min = 0, sec = 0, direction = "N", roundto = 5)

Arguments

deg

Value of the degrees, integer

min

Value of the minutes, integer

sec

Value of the seconds, float

direction

Which direction, N, S, E, or W

roundto

How many decimal places to round to, default 5


Smithsonian/collexclean documentation built on July 17, 2019, 4:12 p.m.