lines.VarioEsts: Lines Method for VarioEsts Objects

View source: R/plotting.R

lines.VarioEstsR Documentation

Lines Method for VarioEsts Objects

Description

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

Usage

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

Arguments

x

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

Examples

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

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