animPlotGif function

Generates a GIF animating

Generates a GIF animating

Generates a GIF animation

animPlotGif(data, ccm, delay = 0.1, darken = 1, lwd = 1, c.cex = 1, main = "", gif = "animation", img.name = "tempPlot", plot.par = NULL, point.col = "#333333", arrowLength = 0.1, ...)

Arguments

  • data: Reduced dimensionality map to be used for visualisation
  • ccm: Dataframe of indices and momentums
  • delay: Delay between frames in seconds
  • darken: Passed to colGrad() function
  • lwd: Line width
  • c.cex: Size of poiints.
  • main: Title
  • gif: Name of movie
  • img.name: Name of temporary image files generated
  • plot.par: Passed to R base par() function
  • point.col: Colour of background points
  • arrowLength: Modify length of arrow
  • ...: Passed to plot() function

Returns

Produces an animated GIF with given file name

Details

Generates a GIF animation

Examples

## Not run: xx <- animPlotGif(x, ccm, gif = "animation") ## End(Not run)

Author(s)

Wajid Jawaid

  • Maintainer: Wajid Jawaid
  • License: GPL (>= 2)
  • Last published: 2017-07-11

Useful links