powered by
lagPlot()
lagPlot(y, x = NULL, lags = 0, corr = TRUE, smooth = TRUE)
lag.plo1()
lag.plo2()
Shumway R. H. and Stoffer D. S. (2011) Time Series Analysis and Its Applications, With R Examples. (third edition), Springer, New York, .
lag.plot
dax<-EuStockMarkets[,"DAX"] ftse<-EuStockMarkets[,"FTSE"] lagPlot(dax, lags=9) lagPlot(dax, ftse, lags=8)
Run the code above in your browser using DataLab