print.wst2D: Print out information about an wst2d object in a readable...

print.wst2DR Documentation

Print out information about an wst2d object in a readable form.

Description

This function prints out information about an wst2D.object in a nice human- readable form.

Note that this function is automatically called by SPlus whenever the name of an wst2D.object is typed or whenever such an object is returned to the top level of the S interpreter

Usage

## S3 method for class 'wst2D'
print(x, ...)

Arguments

x

An object of class wst2D that you wish to print out.

...

This argument actually does nothing in this function!

Details

Prints out information about wst2D objects in nice readable format.

Value

The last thing this function does is call summary.wst2D so the return value is whatever is returned by this function.

RELEASE

Version 3.9.6 Copyright Guy Nason 1998

Author(s)

G P Nason

See Also

wst2D.object, summary.wst2D.

Examples

#
# This examples uses the uawst2D object created in the EXAMPLES
# section of the help page for wst2D 
#
#uawst2D
#Class 'wst2D' : 2D Stationary Wavelet Transform Object:
#       ~~~~~  : List with 4 components with names
#              wst2D nlevelsWT filter date 
#
#$wst2D is the coefficient array
#
#Created on : Fri Nov  5 18:06:17 GMT 1999 
#
#summary(.):
#----------
#Levels:  8 
#Length of original:  256 x 256 
#Filter was:  Daub cmpct on least asymm N=10 
#Date:  Fri Nov  5 18:06:17 GMT 1999 

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