print.wpst {wavethresh} | R Documentation |
Prints out basic information about a wpst class object
Description
Prints out basic information about a wpst class object generated by
the, e.g., wpst
function.
Note: stationary wavelet packet objects are now known as nondecimated wavelet packet objects.
Usage
## S3 method for class 'wpst'
print(x, ...)
Arguments
x |
The wpst object that you wish to print info about |
... |
Other arguments |
Details
Description says all
Value
Nothing
Author(s)
G P Nason
See Also
Examples
v <- rnorm(128)
vwpst <- wpst(v)
## Not run: print(vwpst)
#Class 'wpst' : Stationary Wavelet Packet Transform Object:
# ~~~ : List with 5 components with names
# wpst nlevelsWT avixstart filter date
#
#$wpst is a coefficient vector
#
#Created on : Fri Mar 5 15:06:56 2010
#
#summary(.):
#----------
#Levels: 7
#Length of original: 128
#Filter was: Daub cmpct on least asymm N=10
#Date: Fri Mar 5 15:06:56 2010
[Package wavethresh version 4.7.2 Index]