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)

SMAC-Group/wv documentation built on Sept. 4, 2023, 5:15 a.m.