View source: R/dms_to_decimal.R
dms_to_decimal | R Documentation |
Function to convert degrees, minutes, and seconds (DMS) to decimal degrees.
dms_to_decimal(degrees, minutes, seconds, convert = FALSE)
degrees |
Degrees vector. |
minutes |
Minutes vector. |
seconds |
Seconds vector. |
convert |
Force the input to be numeric vectors. Default is |
Numeric vector representing degrees
, minutes
, and
seconds
as decimal degrees.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.