Learn R Programming

GEOmap (version 2.5-11)

niceLLtix: Nice DMS coordinates

Description

Determine a nice set of coordinates in DMS

Usage

niceLLtix(rcoords)

Value

DD

decimal degrees

deg

degrees

min

minutes

sec

seconds

si

sign of degrees

Arguments

rcoords

vector of decimal degrees, the range will be used

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

dms

Examples

Run this code

niceLLtix(c(12.5, 12.58) )
niceLLtix(c(12.57, 12.58) )

niceLLtix(c(91.5, 92.8) )
niceLLtix(c(-91.5, -92.8) )

niceLLtix(c(91.5, 93.8) )


niceLLtix(c(91.5, 95.8) )

niceLLtix(c(-91.5, -95.8) )


Run the code above in your browser using DataLab