plotJGET | R Documentation |
Plot JGET output using interactive swig
plotJGET(J, SHOWONLY = FALSE)
J |
list, output of JGETseis |
SHOWONLY |
logical, if SHOWONLY== TRUE, no interaction |
Program combines prepSEIS and swig
GH list ready for use in other RSEIS programs. See prepSEIS for details
Jonathan M. Lees<jonathan.lees@unc.edu>
JGET.seis, prepSEIS, swig
data(GH)
Iendian = .Platform$endian
apath = tempdir()
## setwd(apath)
##
Iendian = .Platform$endian
## apath = './TEMP'
### dir.create(apath)
J = rseis2sac(GH, sel = 1:5, path = apath, BIGLONG =FALSE )
Lname <- list.files(path=J , pattern='SAC', full.names=TRUE)
J <- JGET.seis(Lname,kind=2,BIGLONG=FALSE,HEADONLY=FALSE,Iendian=Iendian,PLOT=0)
if(interactive()) { plotJGET(J) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.