Description Usage Arguments Value Author(s) References See Also Examples
Plots a time series along with its acf and either its pacf, lagged scatterplot or spectrum.
1 2 3 |
x |
a numeric vector or time series. |
plot.type |
type of plot to include in lower right corner. Possible values are "partial", "scatter" or "spectrum". |
points |
logical flag indicating whether to show the individual points or not in the time plot. |
ci.type |
type of confidence limits for ACF. Possible values are as for |
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 |
how to handle missing values. Default is to use linear interpolation. |
main |
Main title. |
ylab |
Y-axis label |
xlab |
X-axis label |
pch |
Plotting character |
cex |
Character size |
... |
additional arguments to |
None.
Rob J Hyndman
Makridakis, Wheelwright and Hyndman (1998) Forecasting: methods and applications, Wiley: New York. http://robjhyndman.com/forecasting/
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.