lagplot | R Documentation |
Shift a times series by a specified phase lag.
lagplot(y1, dt, lag, PLOT = FALSE)
y1 |
seismic signal |
dt |
DeltaT, s |
lag |
lag, s |
PLOT |
logical, TRUE=plot |
Graphical Side Effects.
Jonathan M. Lees<jonathan.lees.edu>
getphaselag2
data(KH)
ts1 = KH$JSTR[[1]]
lagplot(ts1, KH$dt[1], 300, PLOT=TRUE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.