animPlot function

Animation plot

Animation plot

animPlot(data, ccm, delay = 0.1, darken = 1, lwd = 1, c.cex = 1, main = "", ...)

Arguments

  • data: Dimensionality reduction plot
  • 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: Plot title
  • ...: Passed to plot() function

Returns

Generates plot

Details

Animation plot Generates plot in base R that gradually updates giving the impression of an animation

Examples

## Not run: xx <- animPlot(x, ccm) ## End(Not run)

Author(s)

Wajid Jawaid

  • Maintainer: Wajid Jawaid
  • License: GPL (>= 2)
  • Last published: 2017-07-11

Useful links