print.wd3D | R Documentation |
This function prints out information about an wd3D.object
in a readable form.
Note that this function is automatically called by SPlus whenever the name of an wd3D.object
is typed or whenever such an object is returned to the top level of the S interpreter
## S3 method for class 'wd3D'
print(x, ...)
x |
An object of class |
... |
This argument actually does nothing in this function! |
Prints out information about wd3D
objects in nice readable format.
The last thing this function does is call summary.wd3D
so the return value is whatever is returned by this function.
Version 3.9.6 Copyright Guy Nason 1997
G P Nason
accessD.wd3D
, print.wd3D
, putD.wd3D
, putDwd3Dcheck
, summary.wd3D
, threshold.wd3D
, wd3D
, wd3D.object
, wr3D
.
#
# Generate an wd3D object.
#
tmp <- wd3D(array(rnorm(512), dim=c(8,8,8)))
#
# Now get R to use print.wd
#
tmp
#Class 'wd3d' : 3D DWT Object:
# ~~~~ : List with 5 components with names
# a filter.number family date nlevelsWT
#
#$ a is the wavelet coefficient array
#Dimension of a is [1] 8 8 8
#
#Created on : Wed Oct 20 17:24:15 BST 1999
#
#summary(.):
#----------
#Levels: 3
#Filter number was: 10
#Filter family was: DaubLeAsymm
#Date: Wed Oct 20 17:24:15 BST 1999
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.