cfly_animate {clusterfly} | R Documentation |
Animate glyph colours according to provided cluster ids.
cfly_animate(cf, i = 1:length(cf$clusters), pause = 1)
cf |
list of cluster ids that you want to animate across |
i |
number of seconds to pause between each change |
pause |
This function will animiate endless until you manually break the loop using Ctrl-Break or Ctrl-C.
Hadley Wickham <h.wickham@gmail.com>
# Press Ctrl-Break or Ctrl-C to exit ## Not run: cfly_animate(cfly_clarify(o))