putpacket             package:wavethresh             R Documentation

_I_n_s_e_r_t _a _p_a_c_k_e_t _o_f _c_o_e_f_f_i_c_i_e_n_t_s _i_n_t_o _a _w_a_v_e_l_e_t _o_b_j_e_c_t.

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

     This generic function inserts packets of coefficients into various
     types of wavelet objects. 

     This function is generic. 

     Particular methods exist. For objects of class: 

_w_p use the 'putpacket.wp' method.

_w_s_t use the 'putpacket.wst' method. 

_w_s_t_2_D use the 'putpacket.wst2D' method.

     See individual method help pages for operation and examples. 

     Use the 'putC' and 'putD' function to insert whole resolution
     levels of coefficients simultaneously.

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

     putpacket(...)

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

     ...: See individual help pages for details.

_V_a_l_u_e:

     A wavelet object of the same class as 'x' the input object. The
     returned wavelet object is the same as the input except that the
     appropriate packet of coefficients supplied is replaced.

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

     Version 3.5.3 Copyright Guy Nason 1994

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

     'putpacket.wp', 'putpacket.wst', 'putpacket.wst2D', 'putD',
     'putC', 'wp.object', 'wst.object', 'wst2D.object'.

