mzV2indRange         package:MassSpecWavelet         R Documentation

_M_a_t_c_h _m/_z _v_a_l_u_e _t_o _m/_z _i_n_d_e_x _w_i_t_h _a _c_e_r_t_a_i_n _e_r_r_o_r _r_a_n_g_e

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

     Match m/z value to m/z index with a certain error range

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

     mzV2indRange(mzV, error = 0.003)

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

     mzV: a vector of m/z value 

   error: error range 

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

     return a vector of sorted m/z indexes

_A_u_t_h_o_r(_s):

     Pan Du

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

     'mzInd2vRange'

