profMedFilt-methods           package:xcms           R Documentation

_M_e_d_i_a_n _f_i_l_t_e_r_i_n_g _o_f _t_h_e _p_r_o_f_i_l_e _m_a_t_r_i_x

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

     Apply a median filter of given size to a profile matrix.

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

  object: the 'xcmsRaw' object

 massrad: number of m/z grid points on either side to use for median
          calculation 

 scanrad: number of scan grid points on either side to use for median
          calculation 

_M_e_t_h_o_d_s:


     _o_b_j_e_c_t = "_x_c_m_s_R_a_w" 'profMedFilt(object, massrad = 0, scanrad = 0)'


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

     'xcmsRaw-class', 'medianFilter'

