This function returns the plot method for objects of class "dbacf".
# S3 method for dbacf
plot(
x,
type = "h",
xlab = "Lag",
ylab = paste("ACF", ifelse(x$acfType == "covariance", "(cov)", " ")),
xlim = c(0, x$m + 1),
main = paste("Series", x$series),
ltyZeroLine = 3,
colZeroLine = "blue",
...
)No return value
an object of class "dbacf".
what type of plot should be drawn. For possible types see
plot.
the x label of the plot.
the y label of the plot.
numeric vector of length 2 giving the x coordinates
range.
an overall title for the plot.
type of line used to draw horizontal line passing at 0.
string indicating color of horizontal line passing at 0.
extra arguments to be passed to plot.
acf, dbacf.