Learn R Programming

RSEIS (version 4.2-4)

prepSEIS: Prepare structure for RSEIS

Description

Takes list of traces and prepares new list for analysis in RSEIS

Usage

prepSEIS(GG)

Value

RSEIS list

Arguments

GG

Output list of Rsac function GET.seis

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

prepSEIS is offered to reformat the output of a list of seismic traces (or other time series) for inpout to program swig()

See Also

swig, JGET.seis, GET.seis(package="Rsac"), Package:Rsac

Examples

Run this code

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

Run the code above in your browser using DataLab