lines.BootEsts: Lines Method for BootEsts Objects

View source: R/plotting.R

lines.BootEstsR Documentation

Lines Method for BootEsts Objects

Description

This function plots a BootEsts object as a line onto another plot.

Usage

## S3 method for class 'BootEsts'
lines(x, type = "l", ...)

Arguments

x

A BootEsts S3 object.

type

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

...

Additional plotting arguments, refer to graphics::par.

Value

A line of a BootEsts S3 object.

Examples

plot(block_bootstrap(c(1, 2, 3), 2))
lines(block_bootstrap(c(1, 2, 3), 2, pd = FALSE), lwd = 2, lty = 3, col = 'blue')

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