| plot.CovEsts | R Documentation |
This function plots a CovEsts object, over the lags used to estimate the autocovariance values.
## S3 method for class 'CovEsts'
plot(x, type = "l", xlab = "Lag (h)", ylab = "ACF", ...)
x |
A CovEst S3 object. |
type |
Defaults to |
xlab |
Defaults to |
ylab |
Defaults to |
... |
Additional plotting arguments, refer to graphics::par. |
A plot of a CovEsts S3 object.
plot(standard_est(c(1, 2, 3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.