WaveThresh Help

print.wst


Print out information about an wst object in readable form.

DESCRIPTION

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

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

USAGE

print.wst(x, ...)

REQUIRED ARGUMENTS

x
An object of class wst 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.wst so the return value is whatever is returned by this function.

SIDE EFFECTS

Prints out information about wst objects in nice readable format.

RELEASE

Version 3.6 Copyright Guy Nason 1994

SEE ALSO

wst, wst object, summary.wst.

EXAMPLES

#
# Generate an wst object (a "nonsense" one for
# the example).
#
vwst <- wst(DJ.EX()$heavi)
#
# Now get Splus/R to use print.wst
#
vwst
#Class 'wst' : Stationary Wavelet Transform Object:
#       ~~~  : List with 5 components with names
#              wp Carray nlevels filter date 
#
#$wp and $Carray are the coefficient matrices
#
#Created on : Wed Sep 08 09:24:03 2004 
#
#summary(.):
#----------
#Levels:  10 
#Length of original:  1024 
#Filter was:  Daub cmpct on least asymm N=10 
#Date:  Wed Sep 08 09:24:03 2004