Learn R Programming

RSEIS (version 4.2-4)

SEIS2list: Convert a SEIS list to a list of seismograms

Description

Convert a SEIS list to a list of seismograms each independent.

Usage

SEIS2list(GH)

Value

List of seismograms.

Arguments

GH

SEIS list (swig input)

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

The list returned is useful for editing or modifying the seismic data prior to swig.

See Also

plotGH, swig

Examples

Run this code

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