Learn R Programming

RSEIS (version 2.1-6)

lagplot: Plot phase lags

Description

adds a bar showing 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.

See Also

getphaselag2

Examples

Run this code
plot(MTS1$freq, nphase,  main=paste(sep=' ', "thelag=",phaselag) )
     abline(MOD)
    
 lagplot(ts1, DT, phaselag, PLOT=TRUE )

Run the code above in your browser using DataLab