Learn R Programming

wv (version 0.1.2)

summary.wvar: Summary of Wavelet Variances

Description

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

Usage

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

Value

Summary table and other properties of the object.

Arguments

object

A wvar object.

...

Additional arguments affecting the summary produced.

Author

James Balamuta

Examples

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

Run the code above in your browser using DataLab