Learn R Programming

climaemet (version 1.0.1)

dms2decdegrees: Converts dms to decimal degrees

Description

Converts degrees, minutes and seconds to decimal degrees.

Usage

dms2decdegrees(input = NULL)

Arguments

input

Character string as DMS coordinates.

Value

A numeric value.

See Also

Other helpers: climaemet_news(), first_day_of_year()

Examples

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

Run the code above in your browser using DataLab