powered by
Convert a SEIS list to a list of seismograms each independent.
SEIS2list(GH)
List of seismograms.
SEIS list (swig input)
Jonathan M. Lees<jonathan.lees@unc.edu>
The list returned is useful for editing or modifying the seismic data prior to swig.
plotGH, swig
data(GH) gg = SEIS2list(GH) ## for(i in 1:length(gg) ) i = 1 { plotGH(gg[[i]]); Sys.sleep(0.2) }
Run the code above in your browser using DataLab