SEIS2list: Convert a SEIS list to a list of seismograms

View source: R/SEIS2list.R

SEIS2listR 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)




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