animPlotGif: Generates a GIF animating

Description Usage Arguments Details Value Author(s) Examples

Description

Generates a GIF animation

Usage

1
2
3
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

1
2
3
4
## Not run: 
xx <- animPlotGif(x, ccm, gif = "animation")

## End(Not run)

roots documentation built on May 2, 2019, 6:45 a.m.