shiny_tracks: Animate tracks object in shiny app.

Description Usage Arguments Details

View source: R/shiny_tracks.R

Description

This function lauches a shiny app that can allows for the viewing of animated tracks. It relies simply on the fast updating of a base plotting window. Performance depends on hardware, but can improved by: decreasing the playback speed, increasing the dilution factor, and by selecting a smaller portion of the tracks using start and end.

Usage

1

Arguments

tracks

A tracks object.

start

Starting time or frame.

end

End time or frame.

...

Other parameters to be passed on to runApp

Details

The dilution factor determines how many of the frames are actually animated. For example, when it is set to 3, only at every third frame the plot is updated. The full trial is always shown.


Ax3man/trackr documentation built on Oct. 8, 2019, 10:53 p.m.