print.agnes             package:cluster             R Documentation

_P_r_i_n_t _M_e_t_h_o_d _f_o_r _A_G_N_E_S _O_b_j_e_c_t_s

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

     Prints the call, agglomerative coefficient, ordering of objects
     and distances between merging clusters (`Height') of an 'agnes'
     object.

     This is a method for the generic 'print()' function for objects
     inheriting from class 'agnes', see 'agnes.object'.

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

     ## S3 method for class 'agnes':
     print(x, ...)

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

       x: an agnes object.

     ...: potential further arguments (required by generic).

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

     'summary.agnes' producing more output; 'agnes', 'agnes.object',
     'print', 'print.default'.

