

uncompress(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 object by padding with zeroes This is a
     generic function.  Functions with names beginning in
     `uncompress.' will be methods for this function.
     `imwdc', `default'

_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_:

     See individual help pages for operation

_V_a_l_u_e_:

     a uncompressed version of the supplied argument

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

     `compress'

