Note that this function is automatically called by SPlus whenever the name of an imwdc object is typed or whenever such an object is returned to the top level of the S interpreter.
print.imwdc(x, ...)
# # Generate an imwd object. # tmp <- imwd(matrix(rnorm(32*32), nrow=32, ncol=32)) # # Now threshold this object to create a # compressed imwd object. # tmp2 <- threshold(tmp) # # # Now get Splus to use print.imwdc # tmp2 # Class 'imwdc' : Compressed Discrete Image Wavelet Transform Object: # ~~~~~ : List with 21 components with names # nlevels fl.dbase filter w0Lconstant type bc w0L1 w0L2 # w0L3 w1L1 w1L2 w1L3 w2L1 w2L2 w2L3 w3L1 w3L2 w3L3 w4L1 w4L2 w4L3 # # $ wNLx are LONG coefficient vectors ! # # summary(.): # ---------- # Compressed image wavelet decomposition structure # Levels: 5 # Original image was 32 x 32 pixels. # Filter was: Daub cmpct on least asymm N=10 # Boundary handling: periodic