Learn R Programming

climaemet (version 0.2.0)

dms2decdegrees: Converts dms to decimal degrees

Description

Converts degrees, minutes and seconds to decimal degrees.

Usage

dms2decdegrees(input)

Arguments

input

Character string as DMS coordinates.

Value

a numeric value.

Examples

Run this code
# NOT RUN {
dms2decdegrees("055245W")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab