cfly_animate           package:clusterfly           R Documentation

_D_y_n_a_m_i_c _p_l_o_t: _A_n_i_m_a_t_e _g_l_y_p_h _c_o_l_o_u_r_s

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

     Animate glyph colours according to provided cluster ids.

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

     cfly_animate(cf, i = 1:length(cf$clusters), pause = 1)

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

      cf: list of cluster ids that you want to animate across

       i: number of seconds to pause between each change

   pause: 

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

     This function will animiate endless until you manually break the
     loop using Ctrl-Break or Ctrl-C.

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

     Hadley Wickham <h.wickham@gmail.com>

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

     # Press Ctrl-Break or Ctrl-C to exit
     ## Not run: cfly_animate(cfly_clarify(o))

