| lines.BootEsts | R Documentation |
This function plots a BootEsts object as a line onto another plot.
## S3 method for class 'BootEsts'
lines(x, type = "l", ...)
x |
A BootEsts S3 object. |
type |
Defaults to |
... |
Additional plotting arguments, refer to graphics::par. |
A line of a BootEsts S3 object.
plot(block_bootstrap(c(1, 2, 3), 2))
lines(block_bootstrap(c(1, 2, 3), 2, pd = FALSE), lwd = 2, lty = 3, col = 'blue')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.