cfly_cluster           package:clusterfly           R Documentation

_A_d_d _c_l_u_s_t_e_r_i_n_g

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

     Add clustering

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

     cfly_cluster(cf, method, ..., name = deparse(substitute(method)))

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

      cf: clusterfly object

  method: clusterfing method (function)

     ...: arguments passed to clustering method

    name: name of clustering

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

     Clustering method needs to respond to 'clusters', if the default
     does not work, you will need to write your own to extract
     clusters.

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

     Hadley Wickham <h.wickham@gmail.com>

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

     cfly_cluster(o, kmeans, 4)
     cfly_cluster(o, kmeans, 4, name="blah")

