Plot method for objects of class "robacf". Mostly of the code re-used from the standard acf class.
# S3 method for robacf
plot(x, type = "h", xlab = "Lag", ylab = NULL,
ylim = NULL, main = NULL, max.mfrow = 6, ask = Npgs > 1 &&
dev.interactive(), mar = if (nser > 2) c(3, 2, 2, 0.8) else par("mar"),
oma = if (nser > 2) c(1, 1.2, 1, 1) else par("oma"), mgp = if (nser >
2) c(1.5, 0.6, 0) else par("mgp"), xpd = par("xpd"), cex.main = if
(nser > 2) 1 else par("cex.main"), verbose = getOption("verbose"), ...)an object of class "robacf".
the type of plot to be drawn, default to histogram like vertical lines.
the x label of the plot.
the y label of the plot.
numeric of length 2 giving the y limits for the plot.
overall title for the plot.
positive integer; for multivariate x indicating how many rows and columns of plots should be put on one page, using par(mfrow = c(m,m))(see par).
logical; if TRUE, the user is asked before a new page is started.
graphics parameters as in par(*), by default adjusted to use smaller than default margins for multivariate x only.
logical. Should R report extra information on progress?
graphics parameters to be passed to the plotting routines.
None
plot.acf (stats) - R Core