lagplot {RSEIS}R Documentation

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.

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

getphaselag2

Examples


## Not run: 
plot(MTS1$freq, nphase,  main=paste(sep=' ', "thelag=",phaselag) )
     abline(MOD)
    
 lagplot(ts1, DT, phaselag, PLOT=TRUE )
## End(Not run)



[Package RSEIS version 2.1-4 Index]