doAmap: Plot a map of station locations

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/doAmap.R

Description

Plot a map of station locations

Usage

1
doAmap(stas, doproj = TRUE)

Arguments

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.

Details

The range of the plot is expanded by 10 percent prior to plotting.

Value

list, GEOmap projection

Author(s)

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

See Also

gMAP,expandbound,GLOB.XY

Examples

1
2
3
4
5
6
7
8
9
## 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)


## End(Not run)

Rquake documentation built on Dec. 16, 2020, 5:06 p.m.