Note that this function is automatically called by SPlus/R whenever the name of an wst object is typed or whenever such an object is returned to the top level of the S/R interpreter.
print.wst(x, ...)
# # Generate an wst object (a "nonsense" one for # the example). # vwst <- wst(DJ.EX()$heavi) # # Now get Splus/R to use print.wst # vwst #Class 'wst' : Stationary Wavelet Transform Object: # ~~~ : List with 5 components with names # wp Carray nlevels filter date # #$wp and $Carray are the coefficient matrices # #Created on : Wed Sep 08 09:24:03 2004 # #summary(.): #---------- #Levels: 10 #Length of original: 1024 #Filter was: Daub cmpct on least asymm N=10 #Date: Wed Sep 08 09:24:03 2004