print             package:hyperdirichlet             R Documentation

_P_r_i_n_t _a_n_d _v_a_r_i_o_u_s _S_4 _m_e_t_h_o_d_s _f_o_r _h_y_p_e_r_d_i_r_i_c_h_l_e_t _o_b_j_e_c_t_s

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

     Print method for hyperdirichlet objects

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

      print.hyperdirichlet(x, n = 0, do_head = TRUE, ...)
      ## S4 method for signature 'hyperdirichlet':
      dim(x)
      ## S4 method for signature 'hyperdirichlet':
      show(object)

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

x,object: Object of class hyperdirichlet

       n: Integer passed to base 'head()' or 'tail()'

 do_head: Boolean argument ignored if 'n' takes its default value of
          '0'.  If 'n<>0', argument 'do_head' taking default 'TRUE'
          means to pass control to 'head(x,n,...)' and 'FALSE' means to
          pass control to 'tail(x,n,...)'

     ...: Further arguments passed to 'head()' or 'tail()' as necessary

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

     The matrix itself is printed using internal functions
     '.print_hyperdirichlet()' and '.print_hyperdirichlet_worker()',
     which are not intended for the end user.

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

     Robin K. S. Hankin

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

     'binmat'

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

     gd(1:3,3:1)

