| plot.BootEsts | R Documentation |
This function plots a BootEsts object. It plots the confidence region, average bootstrap estimate, and the original nonbootstrapped estimate.
## S3 method for class 'BootEsts'
plot(x, type = "l", xlab = "Lag (h)", ylab = "ACF", ...)
x |
A BootEsts S3 object. |
type |
Defaults to |
xlab |
Defaults to |
ylab |
Defaults to |
... |
Additional plotting arguments, refer to graphics::par. |
A plot of a BootEsts S3 object.
plot(block_bootstrap(c(1, 2, 3), 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.