Last chance! 50% off unlimited learning
Sale ends in
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
# S3 method for wst2D
print(x, ...)
An object of class wst2D
that you wish to print out.
This argument actually does nothing in this function!
The last thing this function does is call summary.wst2D
so the return value is whatever is returned by this function.
Version 3.9.6 Copyright Guy Nason 1998
Prints out information about wst2D
objects in nice readable format.
# NOT RUN {
#
# 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
# }
Run the code above in your browser using DataLab