fpclusters                package:fpc                R Documentation

_E_x_t_r_a_c_t_i_n_g _c_l_u_s_t_e_r_s _f_r_o_m _f_i_x_e_d _p_o_i_n_t _c_l_u_s_t_e_r _o_b_j_e_c_t_s

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

     'fpclusters' is a generic function which extracts the
     representative fixed point clusters (FPCs) from FPC objects
     generated by 'fixmahal' and 'fixreg'. For documentation and
     examples see 'fixmahal' and  'fixreg'.

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

     fpclusters(object, ...)

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

  object: object of class 'rfpc' or 'mfpc'.

     ...: further arguments depending on the method.

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

     a list of logical or numerical vectors indicating or giving the
     weights of the cluster memberships.

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

     Christian Hennig chrish@stats.ucl.ac.uk <URL:
     http://www.homepages.ucl.ac.uk/~ucakche/>

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

     'fixmahal', 'fixreg'

