cfly_animate {clusterfly}R Documentation

Dynamic plot: Animate glyph colours

Description

Animate glyph colours according to provided cluster ids.

Usage

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

Arguments

cf list of cluster ids that you want to animate across
i number of seconds to pause between each change
pause

Details

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

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

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

[Package clusterfly version 0.2.2 Index]