Description Usage Arguments Details Value Side Effects See Also Examples
In order to visualize dependence at lag k in a periodic series it is useful to plot z[t] vs z[t-k] for each period, m=1,2,...,p. For example in a monthly series we look at scatter plots of Jan vs Dec (previous year), Feb vs Jan, Mar vs Feb, etc. for the lag 1 plots.
1 |
z |
a univariate time series object. Note that the period of z is given by attr(z, "tsp")[3]. Additional information about the time series can be provided in a title string by setting attr(z, "title") to the desired string. This title will then be displayed on the plot. Abbreviations for the periods may be provided in attr(z, "abb"). For example, to use the standard monthly abbreviations: attr(z, "abb")<-month.abb. These abbreviations will be used to aid one in interpreting the output. |
lag |
lag separation |
label |
if label = TRUE, the identify() function will be called allowing one to identify and label particular data points on the plots. |
mfrow |
Since many plots may be produced, the default is to produce 4 plots per page. |
This plot provides a visualization of the periodic autocorrelation just
as lag.plot()
for the usual autocorrelations.
none
plot produced
lag.plot
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.