summary.wst: Print out some basic information associated with a wst object
Description
Prints out the number of levels, the length of the original vector
from which the object came, the type of wavelet filter associated with
the decomposition, and the date of production.
# NOT RUN {vwst <- wst(rnorm(32))
summary(vwst)
#Levels: 5 #Length of original: 32 #Filter was: Daub cmpct on least asymm N=10 #Date: Mon Mar 8 21:56:12 2010 # }