zmax <- ilagplot(sunspot.month, pixs=2, set.lags=1:9,
mfrow=c(3,3),border=FALSE,main="Test")
ilagplot(sunspot.month, pixs=2, zmax=zmax, set.lags=1:6,
mfrow=c(2,3), border=FALSE)
x <- rnorm(100000)
ilagplot(x+c(x[-1],0)+c(x[-(1:2)],0,0)+c(x[-(1:3)],0,0,0),
set.lags=1:4)
Run the code above in your browser using DataLab