Learn R Programming

RSEIS (version 3.3-3)

plotJGET: Plot JGET output

Description

Plot JGET output using interactive swig

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 swig

See Also

JGET.seis, prepSEIS, swig

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=0)

plotJGET(J)

Run the code above in your browser using DataLab