start: Getting and setting the starting time of an animation

Description Usage Arguments Value Author(s) Examples

View source: R/atomic.R

Description

Simple methods for accessing and manipulating the starting time of an animation.

Usage

1
2
3
start(x)

start(x) <- value

Arguments

x

An animation object.

value

The new animation starting time.

Value

The start time (a numeric value).

Author(s)

Paul Murrell.

Examples

1
2
3
4
5
6
a <- atomic(start = 2, durn = 4, label = "a")
b <- atomic(durn = 5, label = "b")
v <- vec(a, b)
start(v) # 0
start(v) <- 10
start(v) # 10

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