

compress(wavethresh)                         R Documentation

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

     Compresses object by removing zeroes This is a generic
     function.  Functions with names beginning in `com-
     press.' will be methods for this function.  `imwd',
     `default'

_U_s_a_g_e_:

     compress(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 compressed version of the supplied argument

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

     Release 2.2 Copyright Guy Nason 1993

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

     `threshold', `uncompress'

