lines.CovEsts: Lines Method for CovEsts Objects

View source: R/plotting.R

lines.CovEstsR Documentation

Lines Method for CovEsts Objects

Description

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

Usage

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

Arguments

x

A CovEst 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 CovEsts S3 object.

Examples

plot(standard_est(c(1, 2, 3)))
lines(standard_est(c(1, 2, 3), pd = FALSE))

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