print.clara             package:cluster             R Documentation

_P_r_i_n_t _M_e_t_h_o_d _f_o_r _C_L_A_R_A _O_b_j_e_c_t_s

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

     Prints the best sample, medoids, clustering vector and objective
     function of 'clara' object.

     This is a method for the function 'print()' for objects inheriting
     from class 'clara'.

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

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

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

       x: a clara object.

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

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

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

