WaveThresh Help

print.wst2d


Print out information about an wst2D object in 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

print.wd(x, ...)

REQUIRED ARGUMENTS

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

OPTIONAL ARGUMENTS

...
This argument actually does nothing in this function!

VALUE

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

SIDE EFFECTS

Prints out information about wst2D objects in nice readable format.

RELEASE

Version 3.9 Copyright Guy Nason 1998

SEE ALSO

wst2D object, summary.wst2D.

EXAMPLES

#
# This example 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 nlevels 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