animPlot: Animation plot

Description Usage Arguments Details Value Author(s) Examples

View source: R/animations.r

Description

Animation plot

Usage

1
2
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

1
2
3
4
## Not run: 
xx <- animPlot(x, ccm)

## End(Not run)

wjawaid/roots documentation built on May 20, 2019, 11:37 a.m.