plot.anim: Draw a diagram of an animation

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/plot.R

Description

This function produces a graphical diagram to show the start times and durations of all atomic animations in an animation sequence.

Usage

1
2
## S3 method for class 'anim'
plot(x, ...)

Arguments

x

An animation object.

...

Not really used at the top level.

Details

The use of ... should be discouraged.

Value

None.

Author(s)

Paul Murrell.

See Also

dynPlot for producing animated diagrams.

Examples

1
2
3
4
5
6
7
## Not run: 
a <- atomic(start = 2, durn = 4, label = "a")
b <- atomic(durn = 3, label = "b")
v <- vec(a, b)
plot(v)

## End(Not run)

pmur002/animaker documentation built on May 25, 2019, 10:20 a.m.