Animation plot
animPlot(data, ccm, delay = 0.1, darken = 1, lwd = 1, c.cex = 1, main = "", ...)
data
: Dimensionality reduction plotccm
: Dataframe of indices and momentumsdelay
: Delay between frames in secondsdarken
: Passed to colGrad() functionlwd
: Line widthc.cex
: Size of poiints.main
: Plot title...
: Passed to plot() functionGenerates plot
Animation plot Generates plot in base R that gradually updates giving the impression of an animation
## Not run: xx <- animPlot(x, ccm) ## End(Not run)
Wajid Jawaid
Useful links