cfly_clarify           package:clusterfly           R Documentation

_C_l_a_r_i_f_y _c_l_u_s_t_e_r_s

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

     Match all cluster indices to common reference

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

     cfly_clarify(cf, reference=1, method="rowmax")

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

      cf: clusterfly object

reference: method to use, see 'clarify'

  method: index to reference clustering

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

     It's a good idea to run this before running any animation
     sequences so that unnecessary colour changes are minimised.

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

     Hadley Wickham <h.wickham@gmail.com>

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

     o <- cfly_clarify(o, "Region")

