Learn R Programming

GEOmap (version 2.5-11)

getnicetix: Nice Looking Lat-Lon pairs for plotting

Description

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

Usage

getnicetix(lats, lons)

Value

LAT

list output of niceLLtix

LON

list output of niceLLtix

Arguments

lats

latitude range

lons

longitude range

Author

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

See Also

niceLLtix

Examples

Run this code
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)





Run the code above in your browser using DataLab