powered by
Plot a map of station locations
doAmap(stas, doproj = TRUE)
station list
logical, if TRUE, project (UTM) the data so plot is in units of km with the median lat-lon as the center. If FALSE, use the lat-lon coordinates.
list, GEOmap projection
The range of the plot is expanded by 10 percent prior to plotting.
gMAP,expandbound,GLOB.XY
# NOT RUN { fsta = "/Users/lees/Site/CHAC/staLLZ.txt" stas = scan(file=fsta,what=list(name="", lat=0, lon=0, z=0)) stas$z = stas$z/1000 doAmap(stas, doproj = TRUE) # } # NOT RUN { # }
Run the code above in your browser using DataLab