c.onion                package:onion                R Documentation

_C_o_m_b_i_n_e _o_n_i_o_n_i_c _v_e_c_t_o_r_s _i_n_t_o _a _s_i_n_g_l_e _v_e_c_t_o_r

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

     Combines its arguments to form an onionic vector.

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

     ## S3 method for class 'onion':
     c(...)

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

     ...: onionic vectors

_D_e_t_a_i_l_s:

     Returns an onionic vector of type 'biggest()' of the arguments.

     Names are inherited from the behaviour of  'cbind()', not 'c()'.

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

     Robin K. S. Hankin

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

     a <- roct(3)
     b <- seq(from=Oil,to=Oj,len=6)
     c(a,b)

     c(rquat(3),H1,H0,Him)

     c(Hi,Oil,1:2)

