show.acf | R Documentation |
Displays a sequence of scatter plots for an input time series, illustrating the autocorrelation between observations seperated by time lags between (by default) 0 and 13, and the summary ACF function.
show.acf(in.object, prow = 3, pcol = 5)
in.object |
Time series or time series data objects (created by function codetsd). |
prow |
Number of rows in the matrix of scatter plots to be displayed (default is 3). See mfrow in |
pcol |
Number of columns in the matrix of scatter plots to be displayed (default is 5). See mfcol in |
par
plot(spot.tsd) show.acf(spot.tsd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.