animPlot {roots} | R Documentation |
Animation plot
animPlot(data, ccm, delay = 0.1, darken = 1, lwd = 1, c.cex = 1,
main = "", ...)
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 |
Animation plot Generates plot in base R that gradually updates giving the impression of an animation
Generates plot
Wajid Jawaid
## Not run:
xx <- animPlot(x, ccm)
## End(Not run)