print.wpst | R Documentation |
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.
## S3 method for class 'wpst'
print(x, ...)
x |
The wpst object that you wish to print info about |
... |
Other arguments |
Description says all
Nothing
G P Nason
wpst
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.