print.wst2D | R Documentation |
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 class 'wst2D'
print(x, ...)
x |
An object of class |
... |
This argument actually does nothing in this function! |
Prints out information about wst2D
objects in nice readable format.
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
G P Nason
wst2D.object
, summary.wst2D
.
#
# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.