Learn R Programming

RSEIS (version 4.1-1)

plotJGET: Plot JGET output

Description

Plot JGET output using interactive swig

Usage

plotJGET(J, SHOWONLY = FALSE)

Value

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

Arguments

J

list, output of JGETseis

SHOWONLY

logical, if SHOWONLY== TRUE, no interaction

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

Program combines prepSEIS and swig

See Also

JGET.seis, prepSEIS, swig

Examples

Run this code

if (FALSE) {

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