getnicetix function

Nice Looking Lat-Lon pairs for plotting

Nice Looking Lat-Lon pairs for plotting

Given a set of lat lon pairs, return a new set of tic marks

getnicetix(lats, lons)

Arguments

  • lats: latitude range
  • lons: longitude range

Returns

  • LAT: list output of niceLLtix

  • LON: list output of niceLLtix

Author(s)

Jonathan M. Leesjonathan.lees@unc.edu

See Also

niceLLtix

Examples

proj = setPROJ(7, LAT0 = 0 , LON0= -93) rx = c(652713.4, 656017.4) ry = c(1629271, 1631755) gloc = XY.GLOB(rx, ry, proj) G = getnicetix(gloc$lat, gloc$lon) print(G)
  • Maintainer: Jonathan M. Lees
  • License: GPL (>= 2)
  • Last published: 2024-07-09

Useful links