funion-methods            package:msbase            R Documentation

_U_n_i_o_n _o_f _t_w_o _M_a_s_s_v_e_c_t_o_r_s

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

     Union of two Massvectors

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

     obx: see below in *Methods* section

     oby: see below in *Methods* section

   error: measurement error in _e.g._ Da or as relative error in parts
          per million (ppm)

     ppm: if 'TRUE' then error in parts per million(ppm), in arbitrary
          units otherwise.

    uniq: if 'TRUE' compute non-crossing matching.

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

     _o_b_x = "_M_a_s_s_v_e_c_t_o_r", _o_b_y = "_M_a_s_s_v_e_c_t_o_r" :returns massvector

     _o_b_x = "_n_u_m_e_r_i_c", _o_b_y = "_n_u_m_e_r_i_c" :returns matrix

_E_x_a_m_p_l_e_s:

     data(pldata)
     funion(pldata[[1]],pldata[[4]],error=0.4,ppm=FALSE,uniq=FALSE)

