as.double.CovEsts: as.double Method for CovEsts Objects

View source: R/plotting.R

as.double.CovEstsR Documentation

as.double Method for CovEsts Objects

Description

This function provides a method for as.double for CovEsts objects, allowing for as.numeric to be called. It extracts the acf values from the object.

Usage

## S3 method for class 'CovEsts'
as.double(x, ...)

Arguments

x

A CovEsts S3 object.

...

Refer to base::double.

Value

The acf values from the CovEsts object.

Examples

as.numeric(standard_est(c(1, 2, 3)))

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