Learn R Programming

RSEIS (version 3.5-2)

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

See prepSEIS for details

Details

Program combines prepSEIS and swig

See Also

JGET.seis, prepSEIS, swig

Examples

Run this code

## 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)



Run the code above in your browser using DataLab