Learn R Programming

GEOmap (version 2.1)

niceLLtix: 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

  • DDdecimal degrees
  • degdegrees
  • minminutes
  • secseconds
  • sisign of degrees

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