Learn R Programming

RSEIS (version 2.1-0)

PLOT.SEISN: Plot Seismic Section

Description

Seismic traces are plotted on a panel horizontally.

Usage

PLOT.SEISN(GH, tim = 1, dt = 1, sel =c(1:4) , WIN =c(1,0) , labs =c("CE1") , notes = "CE1.V", tags ="CE1.V" , sfact = 1, LOG = "", COL = 'red', add = 1, pts = FALSE, YAX = FALSE, TIT = NULL, SHIFT = NULL, rm.mean = TRUE, UNITS = "volts", MARK = TRUE)

Arguments

GH
seismic data structure
tim
tim axis vector, seconds
dt
deltaT, sample rate
sel
select which traces from GH
WIN
initial time window for plot
labs
character string vector, labels
notes
character string vector, labels
tags
character string vector, labels
sfact
scaling flag
LOG
log for x-axis
COL
col vector
add
add to plot
pts
add points
YAX
Yaxis label
TIT
title
SHIFT
shift traces
rm.mean
remove mean from traces
UNITS
character, units of traces
MARK
character marking for earthquake

Value

  • Graphical Side effect. list(n=nn, dy=dy, minS=minS, maxS=maxS, meanS=meanS, DX=range(tim[tflag]) )

Details

panel of N traces are plotted.

See Also

PICK.GEN

Examples

Run this code
data("GH")

### select only vertical components
sel= which(GH$COMPS=="V")

PLOT.SEISN(GH, sel=sel)

Run the code above in your browser using DataLab