Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.wd3D

Print out some basic information associated with a wd3D object


Description

Prints out the number of levels, the type of wavelet filter associated with the decomposition, and the date of production.

Usage

## S3 method for class 'wd3D'
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

Examples

test.data.3D <- array(rnorm(8*8*8), dim=c(8,8,8))
tdwd3D <- wd3D(test.data.3D)
summary(tdwd3D)
#Levels:  3 
#Filter number was:  10 
#Filter family was:  DaubLeAsymm 
#Date:  Mon Mar  8 21:48:00 2010

wavethresh

Wavelets Statistics and Transforms

v4.6.8
GPL (>= 2)
Authors
Guy Nason [aut, cre]
Initial release
2016-10-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.