Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


roots (version 1.0)

animPlotGif: 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

Value

Produces an animated GIF with given file name

Details

Generates a GIF animation

Examples

Run this code
# NOT RUN {
xx <- animPlotGif(x, ccm, gif = "animation")
# }

Run the code above in your browser using DataLab