niceLLtix function

Nice DMS coordinates

Nice DMS coordinates

Determine a nice set of coordinates in DMS

niceLLtix(rcoords)

Arguments

  • rcoords: vector of decimal degrees, the range will be used

Returns

  • DD: decimal degrees

  • deg: degrees

  • min: minutes

  • sec: seconds

  • si: sign of degrees

Author(s)

Jonathan M. Leesjonathan.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) )
  • Maintainer: Jonathan M. Lees
  • License: GPL (>= 2)
  • Last published: 2024-07-09

Useful links