logical flag indicating whether to show the individual points
or not in the time plot.
smooth
logical flag indicating whether to show a smooth loess curve
superimposed on the time plot.
lag.max
the maximum lag to plot for the acf and pacf. A suitable
value is selected by default if the argument is missing.
na.action
function to handle missing values in acf, pacf and spectrum
calculations. The default is stats::na.contiguous(). Useful
alternatives are stats::na.pass() and na.interp().
theme
Adds a ggplot element to each plot, typically a theme.
type of confidence limits for ACF that is passed to
stats::acf(). Should the confidence limits assume a white noise
input or for lag \(k\) an MA(\(k-1\)) input?
main
Main title.
xlab
X-axis label.
ylab
Y-axis label.
pch
Plotting character.
cex
Character size.
Author
Rob J Hyndman
Details
ggtsdisplay will produce the equivalent plot using ggplot graphics.
References
Hyndman and Athanasopoulos (2018) Forecasting: principles
and practice, 2nd edition, OTexts: Melbourne, Australia.
https://otexts.com/fpp2/