
Last chance! 50% off unlimited learning
Sale ends in
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, ...)
Reduced dimensionality map to be used for visualisation
Dataframe of indices and momentums
Delay between frames in seconds
Passed to colGrad() function
Line width
Size of poiints.
Title
Name of movie
Name of temporary image files generated
Passed to R base par() function
Colour of background points
Modify length of arrow
Passed to plot() function
Produces an animated GIF with given file name
Generates a GIF animation
# NOT RUN {
xx <- animPlotGif(x, ccm, gif = "animation")
# }
Run the code above in your browser using DataLab