plot.BootEsts: Plot Method for BootEsts Objects

View source: R/plotting.R

plot.BootEstsR Documentation

Plot Method for BootEsts Objects

Description

This function plots a BootEsts object. It plots the confidence region, average bootstrap estimate, and the original nonbootstrapped estimate.

Usage

## S3 method for class 'BootEsts'
plot(x, type = "l", xlab = "Lag (h)", ylab = "ACF", ...)

Arguments

x

A BootEsts S3 object.

type

Defaults to 'l', see base::plot for the possible values.

xlab

Defaults to 'Lag (h)', see graphics::title for more information.

ylab

Defaults to 'ACF', see graphics::title for more information.

...

Additional plotting arguments, refer to graphics::par.

Value

A plot of a BootEsts S3 object.

Examples

plot(block_bootstrap(c(1, 2, 3), 2))

CovEsts documentation built on April 19, 2026, 5:06 p.m.