Learn R Programming

RSEIS (version 2.4-1)

plotJGET: Plot JGET output

Description

Plot JGET output using interactive PICK.GEN

Usage

plotJGET(J, SHOWONLY = FALSE)

Arguments

J
list, output of JGETseis
SHOWONLY
logical, if SHOWONLY== TRUE, no interaction

Value

  • GH list ready for use in other RSEIS programs. See prepSEIS for details

Details

Program combines prepSEIS and PICK.GEN

See Also

JGET.seis, prepSEIS, PICK.GEN

Examples

Run this code
fn = '/home/lees/taurus_2050_20100302_100000_BHE.sac'

J  = JGET.seis(fn,kind=2,BIGLONG=FALSE,HEADONLY=FALSE,Iendian=3,PLOT=TRUE)

plotJGET(J)

Run the code above in your browser using DataLab