centerlines               package:klaR               R Documentation

_L_i_n_e_s _f_r_o_m _c_l_a_s_s_b_o_r_d_e_r_s _t_o _t_h_e _c_e_n_t_e_r

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

     Function which constructs the lines from the borders between  two
     classes to the center. To be used in connection with 'triplot' and
     'quadplot'.

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

     centerlines(n)

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

       n: number of classes. Meaningful are '3' or '4'.

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

     a matrix with 'n'-columns.

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

     Karsten Luebke

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

     'triplot', 'quadplot'

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

     centerlines(3)
     centerlines(4)

