uncompress            package:wavethresh            R Documentation

_D_e_c_o_m_p_r_e_s_s_i_o_n - _G_e_n_e_r_i_c _F_u_n_c_t_i_o_n (_W_a_v_e_l_e_t)

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

     Decompresses 'x'  by padding with zeroes This is the generic
     function.

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

     uncompress(x, ...)

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

       x: an R object.

     ...: methods may have additional arguments.

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

     Functions with names beginning in 'uncompress.' will be methods
     for this function,

     See their individual help pages, e.g., 'uncompress.imwdc',
     'uncompress.default', for operation.

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

     an uncompressed version of the supplied argument.

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

     'compress'.

