transition: Make a sequence of transition slide figures

View source: R/transition.R

transitionR Documentation

Make a sequence of transition slide figures

Description

This function generates a time-ordered sequence of transition slide images from a single tracking dataset.

Usage

transition(data,n=3,filename="transition",height=2160,...)

Arguments

data

A telemetry object.

n

The desired number of slides to create.

filename

The base filename of the generated figures.

height

.

...

Additional arguments passed to plot.telemetry.

Details

transition partitions the tracking data into n equal-time segments, which are plotted with color on the n^{\mathrm{th}} slides. These are intended to be used in transition slides between n indexed presentation topics.

Value

Generates n+1 PNG files as a side effect.

Note

Currently, there is a black border that needs to be removed, such as with the LaTeX code: \includegraphics[height=0.9\textheight,trim={3 3 3 3},clip]{transition-1.6.png}

Author(s)

C. H. Fleming.

See Also

plot.telemetry


ctmm-initiative/ctmm documentation built on April 18, 2024, 9:39 a.m.