SEIS2list | R Documentation |
Convert a SEIS list to a list of seismograms each independent.
SEIS2list(GH)
GH |
SEIS list (swig input) |
The list returned is useful for editing or modifying the seismic data prior to swig.
List of seismograms.
Jonathan M. Lees<jonathan.lees@unc.edu>
plotGH, swig
data(GH)
gg = SEIS2list(GH)
## for(i in 1:length(gg) )
i = 1
{
plotGH(gg[[i]]); Sys.sleep(0.2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.