html.image.animation.player: A simple image player for animations

Description Usage

View source: R/animation.R

Description

you can create svg images from multiple plots with record.svg.plots

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
html.image.animation.player(
  container.id,
  base.name = NULL,
  image.files = NULL,
  extension = "svg",
  images.dir = file.path(getwd(), "images"),
  loop.mode = c("none", "loop", "sweep")[1],
  delay = 250,
  add.container = TRUE
)

skranz/shinyEventsUI documentation built on April 4, 2021, 5:13 a.m.