doAmap | R Documentation |
Plot a map of station locations
doAmap(stas, doproj = TRUE)
stas |
station list |
doproj |
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. |
The range of the plot is expanded by 10 percent prior to plotting.
list, GEOmap projection
Jonathan M. Lees<jonathan.lees@unc.edu>
gMAP,expandbound,GLOB.XY
data(coso_sta_LLZ)
### or read in from file:
## fsta = "staLLZ.txt"
## stas = scan(file=fsta,what=list(name="", lat=0, lon=0, z=0))
## stas$z = stas$z/1000
stas = coso_sta_LLZ
STA = doAmap(stas, doproj = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.