Learn R Programming

Rquake (version 1.2-2)

INITpickfile: Initialize a pickfile

Description

Initialize a pickfile

Usage

INITpickfile(stas = NULL, src = NULL, WPX = NULL)

Arguments

stas
station list
src
hypocenter location
WPX
GPIX or PPIX picks from swig

Value

  • list, pickfile

Details

Initialize a pickfile with a set of picks extracted from swig.

See Also

EmptyPickfile

Examples

Run this code
PF =  INITpickfile(stas=stas, src=NULL, WPX=twpx)

Run the code above in your browser using DataLab