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, ...)
data
: Reduced dimensionality map to be used for visualisationccm
: Dataframe of indices and momentumsdelay
: Delay between frames in secondsdarken
: Passed to colGrad() functionlwd
: Line widthc.cex
: Size of poiints.main
: Titlegif
: Name of movieimg.name
: Name of temporary image files generatedplot.par
: Passed to R base par() functionpoint.col
: Colour of background pointsarrowLength
: Modify length of arrow...
: Passed to plot() functionProduces an animated GIF with given file name
Generates a GIF animation
## Not run: xx <- animPlotGif(x, ccm, gif = "animation") ## End(Not run)
Wajid Jawaid
Useful links