WaveThresh
Help
print.wd3D
Print out information about an wd3D
object in readable form.
DESCRIPTION
This function prints out information about an wd3D
object in a nice human-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.
USAGE
print.wd3D(x, ...)
REQUIRED ARGUMENTS
- x
- An object of class wd3D 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.wd3D so the return value is whatever
is returned by this function.
SIDE EFFECTS
Prints out information about wd3D objects
in nice readable format.
RELEASE
Version 3.9.6 Copyright Guy Nason 1997
SEE ALSO
accessD.wd3D,
print.wd3D,
putD.wd3D,
putDwd3Dcheck,
summary.wd3D,
threshold.wd3D,
wd3D,
wd3D object,
wr3D.
EXAMPLES
#
# Generate an wd3D object.
#
tmp <- wd3D(array(rnorm(512), dim=c(8,8,8)))
#
# Now get Splus to use print.wd
#
tmp
#Class 'wd3d' : 3D DWT Object:
# ~~~~ : List with 5 components with names
# a filter.number family date nlevels
#
#$ 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