SEIS2list {RSEIS} | R Documentation |
Convert a SEIS list to a list of seismograms
Description
Convert a SEIS list to a list of seismograms each independent.
Usage
SEIS2list(GH)
Arguments
GH |
SEIS list (swig input) |
Details
The list returned is useful for editing or modifying the seismic data prior to swig.
Value
List of seismograms.
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
plotGH, swig
Examples
## Not run:
data(GH)
gg = SEIS2list(GH)
for(i in 1:length(gg) )
{
plotGH(gg[[i]]); Sys.sleep(0.2)
}
## End(Not run)
[Package RSEIS version 4.2-0 Index]