Description Usage Arguments Details Value Author(s) See Also Examples
Largely wrappers for the acf
function in the stats package. The main difference is that Acf
does not plot a spike at lag 0 (which is redundant). Pacf
is included for consistency.
1 2 3 |
x |
a univariate time series |
lag.max |
maximum lag at which to calculate the acf. Default is 10*log10(N/m) where N is the number of observations and m the number of series. Will be automatically limited to one less than the number of observations in the series. |
type |
character string giving the type of acf to be computed. Allowed values are " |
plot |
logical. If TRUE (the default) the acf is plotted. |
main |
Title for plot |
... |
Additional arguments passed to |
See the acf
function in the stats package.
See the acf
function in the stats package.
Rob J Hyndman
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.