summary.wst2D: Print out some basic information associated with a wst2D...

summary.wst2DR Documentation

Print out some basic information associated with a wst2D object

Description

Prints out the number of levels, the dimensions of the original image from which the object came, the type of wavelet filter associated with the decomposition, and the date of production.

Usage

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

wst2D

Examples

m <- matrix(rnorm(32*32), nrow=32)
mwst2D <- wst2D(m)
summary(mwst2D)
#Levels:  5 
#Length of original:  32 x 32 
#Filter was:  Daub cmpct on least asymm N=10 
#Date:  Mon Mar  8 21:57:55 2010 

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