Learn R Programming

wavethresh (version 4.7.3)

print.w2m: Print a w2m class object

Description

These objects are the matrix representation of a nondecimated wavelet packet object

Usage

# S3 method for w2m
print(x, maxbasis = 10, ...)

Value

None

Arguments

x

The w2m object to print

maxbasis

The maximum number of basis functions to report on

...

Other arguments

Author

G P Nason

Details

Prints out information about a w2m object. This function gets called during makewpstRO, and so you can see its output in the example code in that help function

See Also

makewpstRO,wpst2m

Examples

Run this code
#
# See example in makewpstRO
#

Run the code above in your browser using DataLab