summary.wd: Print out some basic information associated with a wd object

summary.wdR Documentation

Print out some basic information associated with a wd object

Description

Prints out the number of levels, the length of the original vector from which the object came, the type of wavelet filter associated with the decomposition, the type of boundary handling, the transform type and the date of production.

Usage

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

Arguments

object

The object to print a summary about

...

Other arguments

Details

Description says all

Value

Nothing

Author(s)

G P Nason

See Also

wd

Examples

vwd <- wd(1:8)
summary(vwd)
#Levels:  3 
#Length of original:  8 
#Filter was:  Daub cmpct on least asymm N=10 
#Boundary handling:  periodic 
#Transform type:  wavelet 
#Date:  Mon Mar  8 21:30:32 2010 

wavethresh documentation built on Nov. 16, 2022, 5:16 p.m.