putDwd3Dcheck           package:wavethresh           R Documentation

_C_h_e_c_k _a_r_g_u_m_e_n_t _l_i_s_t _f_o_r _p_u_t_D._w_d_3_D

_D_e_s_c_r_i_p_t_i_o_n:

     This function checks the argument list for 'putD.wd3D' and is not
     meant to be directly called by any user.

_U_s_a_g_e:

     putDwd3Dcheck(lti, dima, block, nlx)

_A_r_g_u_m_e_n_t_s:

     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). 

_D_e_t_a_i_l_s:

     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.

_R_E_L_E_A_S_E:

     Version 3.9.6 Copyright Guy Nason 1997

_S_e_e _A_l_s_o:

     'accessD', 'putD', 'accessD.wd3D', 'print.wd3D', 'putD',
     'summary.wd3D', 'threshold.wd3D', 'wd3D', 'wd3D.object', 'wr3D'.

_E_x_a_m_p_l_e_s:

     #
     # Not intended to be used by the user!
     #

