R/plotJGET.R

Defines functions plotJGET

Documented in plotJGET

plotJGET<-function(J, SHOWONLY=FALSE)
  {
    if(missing(SHOWONLY)) SHOWONLY=FALSE
    ##  Program for plotting the output of JGETseis
##    J  = JGET.seis(fn,kind=2,BIGLONG=FALSE,HEADONLY=FALSE,Iendian=3,PLOT=0)

    GH=prepSEIS(J)
    swig(GH, SHOWONLY=SHOWONLY)

    invisible(GH)
  }

Try the RSEIS package in your browser

Any scripts or data that you put into this service are public.

RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.