Learn R Programming

wavethresh (version 4.7.3)

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 wd3D
summary(object, ...)

Value

Nothing

Arguments

object

The object to print a summary about

...

Other arguments

Author

G P Nason

Details

Description says all

See Also

wd3D

Examples

Run this code
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 

Run the code above in your browser using DataLab