niceLLtix {GEOmap}R Documentation

Nice DMS coordinates

Description

Determine a nice set of coordinates in DMS

Usage

niceLLtix(rcoords)

Arguments

rcoords vector of decimal degrees, the range will be used

Value

DD decimal degrees
deg degrees
min minutes
sec seconds
si sign of degrees

Author(s)

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

See Also

dms

Examples


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) )


[Package GEOmap version 1.4-2 Index]