plot.CovEsts: Plot Method for CovEsts Objects

View source: R/plotting.R

plot.CovEstsR Documentation

Plot Method for CovEsts Objects

Description

This function plots a CovEsts object, over the lags used to estimate the autocovariance values.

Usage

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

Arguments

x

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

Examples

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

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