animPlot {roots} | R Documentation |
Animation plot
Description
Animation plot
Usage
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 |
Details
Animation plot Generates plot in base R that gradually updates giving the impression of an animation
Value
Generates plot
Author(s)
Wajid Jawaid
Examples
## Not run:
xx <- animPlot(x, ccm)
## End(Not run)
[Package roots version 1.0 Index]