Usage
## S3 method for class 'lacfCI':
plot(x, plotcor = TRUE, type = "line",
lags = 0:as.integer(10 * log10(nrow(x$lacf))), tcex = 1,
lcol = 1, llty = 1, ylim = NULL, segwid = 1,
segandcross = TRUE, conf.level = 0.95, plot.it = TRUE,
xlab, ylab, sub, ...)Arguments
x
The lacfCI object you wish to plot, e.g. produced
by the Rvarlacf function.
plotcor
If TRUE then autocorrelations are plotted,
if FALSE then autocovariances are. Note: not all combinations
of types of plot and plotcor are valid, but many are.
type
This can be one of three values "line",
"persp" or "acf". The value
"acf" produces a plot like the regular acf
function, but note, the values plotted are from a localized
autocovariance
lags
The lags that you wish to display. This
should be a list of non-negative integers, but not necessarily
consecutive.
tcex
On the "line" plot this argument controls
the expansion of the font for the labels on the lines.
So, setting tcex=2, for example, will double the size
of these. These labels visually indicate which line corresponds
to which l
lcol
On the "line" plot, this argument
controls the colour of the lines that are used to show
the acfs.
llty
As lcol but for line types.
ylim
The vertical limits of the plot.
segwid
On the "acf" plot, this argument controls
the widths of the little acf segments that connect the x-axis
with the acf values.
segandcross
If TRUE then a small diamond is plotted
at the location of the acf, to make it clearer.
conf.level
The confidence level of the confidence intervals.
plot.it
If FALSE then no plot is produced. This
can be used if you merely want to extract the relevant
acf values (which are returned).
xlab
X-axis label, constructed internally if not supplied
ylab
Y-axis label, constructed internally if not supplied
sub
A subtitle for the plot
...
Other arguments to the main plot command.