Nclus               package:flexclust               R Documentation

_A_r_t_i_f_i_c_i_a_l _E_x_a_m_p_l_e _w_i_t_h _4 _G_a_u_s_s_i_a_n_s

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

     A simple artificial regression example with 4 clusters, all of
     them having a Gaussian distribution.

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

     data(Nclus)

_D_e_t_a_i_l_s:

     The 'Nclus' data set can be re-created by loading package
     'flexmix' and running 'ExNclus(100)'  using 'set.seed(2602)'. It
     has been saved as a data set for simplicity of examples only.

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

     data(Nclus)
     plot(Nclus, col=rep(1:4, c(100, 100, 150, 200)))

