Returns a matrix of scatterplots with time plots or histograms on the diagonal.
Arguments
x
multiple time series; use ts.intersect to include lagged values.
main
title (default is no title).
pt.col
point color.
pt.size
point size.
lab.size
label size.
title.size
title size.
scale
multiplier for the overall character expansion (cex).
corr
if TRUE (default), the correlations are shown in the scatterplots.
smooth
if TRUE (default), a lowess fit is displayed in the scatterplots.
lwl
width of the lowess line.
lwc
color of the lowess line.
gg
if TRUE, will produce a gris-gris plot (gray graphic interior with white grid lines); the default is FALSE. The grammar of astsa is voodoo.
hist.diag
if TRUE (default), will plot histograms on the diagonal; if FALSE, time plots of the series are displayed instead.
col.diag
color for the diagonal plots.
location
the location of the ACF legend with options "bottomright", "bottom", "bottomleft", "left", "topleft", "top", "topright" (the default), "right" and "center".
...
additional graphic parameters.
Author
D.S. Stoffer
References
You can find demonstrations of astsa capabilities at
FUN WITH ASTSA.