print.onion              package:onion              R Documentation

_P_r_i_n_t _m_e_t_h_o_d _f_o_r _o_n_i_o_n_s

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

     Prints an onion

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

     ## S3 method for class 'quaternion':
     print(x, h=getOption("horiz"), ...)
     ## S3 method for class 'octonion':
     print(x, h=getOption("horiz"), ...)

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

       x: Onionic vector

       h: Boolean, with default 'FALSE' meaning to print horizontally
          and 'TRUE' meaning to print by columns.

     ...: Further arguments (currently ignored)

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

     If 'options("horiz")' is 'TRUE', then print by rows rather than
     columns (provided that the default value of argument 'h' is not
     overridden).  The default behaviour is to print by columns; do
     this by setting 'horiz' to anything other than 'TRUE', including
     leaving it unset.

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

     Robin K. S. Hankin

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

     roct(4)

