compress             package: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 'x' (typically by removing zeroes). This is the generic
     function.

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

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

     See their individual help pages, e.g., 'compress.imwd',
     'compress.default', 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'.

