lagplot {RSEIS}R Documentation

Plot phase lags

Description

Shift a times series by a specified phase lag.

Usage

lagplot(y1, dt, lag, PLOT = FALSE)

Arguments

y1

seismic signal

dt

DeltaT, s

lag

lag, s

PLOT

logical, TRUE=plot

Value

Graphical Side Effects.

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

getphaselag2

Examples


data(KH)

ts1 = KH$JSTR[[1]]

 lagplot(ts1, KH$dt[1], 300, PLOT=TRUE )



[Package RSEIS version 4.2-4 Index]