

clusplot(cluster)                            R Documentation

_C_l_u_s_p_l_o_t _- _G_e_n_e_r_i_c _F_u_n_c_t_i_o_n

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

     Creates a  2-dimensional clusplot on the current graph-
     ics device.  This is a generic function.  Functions
     with names beginning in `clusplot.' will be methods for
     this function.  `partition'.

_U_s_a_g_e_:

     clusplot(x, ...)

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

       x: an S-PLUS object.

     ...: methods may have additional arguments.  Graphical
          parameters (see `par') may also be supplied as
          arguments to this function.

_S_i_d_e _E_f_f_e_c_t_s_:

     a 2-dimensional clusplot is created on the current
     graphics device.

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

     `clusplot.default', `clusplot.partition', `parti-
     tion.object', `pam', `fanny', `clara'.

