frameTiming: Retrieve animations for a specific time period

Description Usage Arguments Value Author(s)

View source: R/timing.R

Description

When creating a frame-based animation we need to know what animations are due to be played at a given time. frameTiming subsets the timing information created by an animation to only those that need to be played at the current point in time.

This is mostly just a convenience function for use with frameApply.

Usage

1
frameTiming(x, time = 0)

Arguments

x

An animation object.

time

The time to match animations for.

Value

A timing object.

Author(s)

Paul Murrell.


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