combine                package:TRAMPR                R Documentation

_C_o_m_b_i_n_e _T_w_o _O_b_j_e_c_t_s

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

     This function is used to combine 'TRAMPsamples' together, and to
     combine 'TRAMPknowns' to 'TRAMPknowns' or 'TRAMP' objects. 
     'combine' is generic; please see 'combine.TRAMPsamples' and
     'combine.TRAMPknowns' for more information.

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

     combine(x, y, ...)

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

    x, y: Objects to be combined.  See 'combine.TRAMPsamples' and
          'combine.TRAMPknowns' for more information.

     ...: Additional arguments required by methods.

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

     See 'combine.TRAMPsamples' and 'combine.TRAMPknowns' for more
     information.

