Learn R Programming

Rquake (version 2.4-4)

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
# NOT RUN {
# }
# NOT RUN {
PF =  INITpickfile(stas=stas, src=NULL, WPX=twpx)

# }
# NOT RUN {

# }

Run the code above in your browser using DataLab