R/getnicetix.R

Defines functions getnicetix

Documented in getnicetix

getnicetix<-function(lats, lons)
{
  GLON = niceLLtix(lons)

  GLAT = niceLLtix(lats)

  GLON$lab = paste(format(GLON$deg), format(GLON$min), format(GLON$sec)  , sep=":")

  GLAT$lab = paste(format(GLAT$deg), format(GLAT$min), format(GLAT$sec)  , sep=":")

  return(list( LAT=GLAT, LON=GLON ) ) 
}

Try the GEOmap package in your browser

Any scripts or data that you put into this service are public.

GEOmap documentation built on Sept. 1, 2023, 5:09 p.m.