simmatrix                package:fpc                R Documentation

_E_x_t_r_a_c_t_i_n_g _i_n_t_e_r_s_e_c_t_i_o_n_s _b_e_t_w_e_e_n _c_l_u_s_t_e_r_s _f_r_o_m _f_p_c-_o_b_j_e_c_t

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

     Extracts the information about the size of the intersections
     between representative Fixed Point Clusters (FPCs) of stable
     groups from the output of the FPC-functions 'fixreg' and
     'fixmahal'.

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

     simmatrix(fpcobj)

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

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

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

     A non-negative real-valued vector giving the number of points in
     the intersections of the representative FPCs of stable groups.

_N_o_t_e:

     The intersection between representative FPCs no. 'i' and 'j' is at
     position 'sseg(i,j)'.

_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', 'sseg'

_E_x_a_m_p_l_e_s:

     set.seed(190000)
     data(tonedata)
     # Note: If you do not use the installed package, replace this by
     # tonedata <- read.table("(path/)tonedata.txt", header=TRUE)
     attach(tonedata)
     tonefix <- fixreg(stretchratio,tuned,mtf=1,ir=20)
     simmatrix(tonefix)[sseg(2,3)]

