# NOT RUN {
require(graphics)
# }
# NOT RUN {
<!-- %%-- FIXME: use less trivial data : -->
# }
# NOT RUN {
z4 <- ts(matrix(rnorm(400), 100, 4), start = c(1961, 1), frequency = 12)
z7 <- ts(matrix(rnorm(700), 100, 7), start = c(1961, 1), frequency = 12)
acf(z4)
acf(z7, max.mfrow = 7) # squeeze onto 1 page
acf(z7) # multi-page
# }
Run the code above in your browser using DataLab