head             package:hyperdirichlet             R Documentation

_H_e_a_d _a_n_d _t_a_i_l

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

     Print the first few, or last few, lines of a hyperdirichlet object

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

     ## S4 method for signature 'hyperdirichlet':
     head(x, n = 6, ...)
     ## S4 method for signature 'hyperdirichlet':
     tail(x, n = 6, ...)

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

       x: object of class hyperdirichlet

       n: number of lines to print as per same argument in 'head()' and
          'tail()'

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

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

     Prints the head or tail of the 'binmat()' matrix and then prints
     the normalizing constant.

_V_a_l_u_e:

     The functions documented here coerce to a matrix,  then return the
     appropriate rows (as a matrix).

_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:

     head(dirichlet(1:6))

