Learn R Programming

roots (version 1.0)

animPlot: 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

Value

Generates plot

Details

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

Examples

Run this code
# NOT RUN {
xx <- animPlot(x, ccm)
# }

Run the code above in your browser using DataLab