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 in addition to 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)

JJB

Examples

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

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.