summary.wvar: Summary of Wavelet Variances

View source: R/wvar.R

summary.wvarR Documentation

Summary of Wavelet Variances

Description

Displays the summary table of wavelet variance accounting for CI values and supplied efficiency.

Usage

## S3 method for class 'wvar'
summary(object, ...)

Arguments

object

A wvar object.

...

Additional arguments affecting the summary produced.

Value

Summary table and other properties of the object.

Author(s)

James Balamuta

Examples

set.seed(999)
x = rnorm(100)
ret = wvar(x)
summary(ret)

wv documentation built on Aug. 31, 2023, 9:08 a.m.