| putDwd3Dcheck {wavethresh} | R Documentation |
This function checks the argument list for putD.wd3D and is not meant to be directly called by any user.
putDwd3Dcheck(lti, dima, block, nlx)
lti |
At which level of the wd3D.object you wish to insert a block of coefficients. |
dima |
A vector, of length 3, which specifies the dimension of the block to insert. |
block |
A character string which specifies which block is being inserted (one of GGG, GGH, GHG, GHH, HGG, HGH, HHG, or HHH). |
nlx |
The number of levels in the wd3D.object that you wish to insert the coefficients into (can be obtained using the nlevels function). |
This function merely checks that the dimensions and sizes of the array to be inserted into a wd3D.object using the putD.wd3D function are correct.
Version 3.9.6 Copyright Guy Nason 1997
accessD, putD, accessD.wd3D, print.wd3D, putD, summary.wd3D, threshold.wd3D, wd3D, wd3D.object, wr3D.
# # Not intended to be used by the user! #