t.onion                package:onion                R Documentation

_O_n_i_o_n _t_r_a_n_s_p_o_s_e

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

     Takes the transpose of an onionic vector

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

     ## S3 method for class 'onion':
     t(x)

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

       x: Onionic vector

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

     Returns the transpose of the eight-row or four-row matrix

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

     Robin K. S. Hankin

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

     a <- roct(5)
     t(a)

