animPlotGif {roots} | R Documentation |
Generates a GIF animating
Description
Generates a GIF animation
Usage
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 |
Details
Generates a GIF animation
Value
Produces an animated GIF with given file name
Author(s)
Wajid Jawaid
Examples
## Not run:
xx <- animPlotGif(x, ccm, gif = "animation")
## End(Not run)
[Package roots version 1.0 Index]