lagplot: Plot phase lags

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



RSEIS documentation built on Sept. 13, 2024, 1:09 a.m.