durn: Getting and setting the duration of an animation

Description Usage Arguments Value Author(s) Examples

View source: R/atomic.R

Description

Simple methods for accessing and manipulating the duration of an animation.

Usage

1
2
3
durn(x)

durn(x) <- value

Arguments

x

An animation object.

value

The new animation duration.

Value

The duration (a numeric value).

Author(s)

Paul Murrell.

Examples

1
2
3
4
a <- atomic(start = 2, durn = 4, label = "a")
durn(a) # 4
durn(a) <- 10
durn(a) # 10

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