prepSEIS | R Documentation |
Takes list of traces and prepares new list for analysis in RSEIS
prepSEIS(GG)
GG |
Output list of Rsac function GET.seis |
prepSEIS is offered to reformat the output of a list of seismic traces (or other time series) for inpout to program swig()
RSEIS list
Jonathan M. Lees<jonathan.lees.edu>
swig, JGET.seis, GET.seis(package="Rsac"), Package:Rsac
data(sunspots)
ES <- prep1wig(wig=sunspots, dt=1/12, sta="STA",
comp="CMP", units="UNITS" )
EH <- prepSEIS(ES)
STDLAB <- c("DONE", "zoom out", "refresh", "restore",
"XTR", "SPEC", "SGRAM" ,"WLET")
xx <- swig( EH, STDLAB = STDLAB)
###################################
###################################
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.