print.fanny package:cluster R Documentation _P_r_i_n_t _a_n_d _S_u_m_m_a_r_y _M_e_t_h_o_d_s _f_o_r _F_A_N_N_Y _O_b_j_e_c_t_s _D_e_s_c_r_i_p_t_i_o_n: Prints the objective function, membership coefficients and clustering vector of 'fanny' object. This is a method for the function 'print()' for objects inheriting from class 'fanny'. _U_s_a_g_e: ## S3 method for class 'fanny': print(x, digits = getOption("digits"), ...) ## S3 method for class 'fanny': summary(object, ...) ## S3 method for class 'summary.fanny': print(x, digits = getOption("digits"), ...) _A_r_g_u_m_e_n_t_s: x, object: a 'fanny' object. digits: number of significant digits for printing, see 'print.default'. ...: potential further arguments (required by generic). _S_e_e _A_l_s_o: 'fanny', 'fanny.object', 'print', 'print.default'.