Learn R Programming

Rquake (version 1.2-2)

contPFarrivals: Contour Pickfile Arrivals

Description

Contour plot of arrival times recorded in a pickfile list.

Usage

contPFarrivals(PF, stas, proj = NULL, image = FALSE,  phase="G", add = TRUE)

Arguments

PF
Pickfile list in RSEIS format
stas
station list
proj
projection from GEOmap
image
logical, add image to plot
phase
character, phase to contour
add
logical, TRUE=add to existing plot

Value

  • Graphical Side Effects

Details

Contours the arrival time. The earliest arrival is subtracted from each time pick. Uses only the phase indicated and there can be only one phase per station - default is earliest at each station.

See Also

doAmap

Examples

Run this code
contPFarrivals(nh$pickfile, nh$sta, proj=NULL)

Run the code above in your browser using DataLab