plotJGET {RSEIS} | R Documentation |
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 |
Details
Program combines prepSEIS and swig
Value
GH list ready for use in other RSEIS programs. See prepSEIS for details
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
JGET.seis, prepSEIS, swig
Examples
## Not run:
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)
## End(Not run)
[Package RSEIS version 4.2-0 Index]