animatedHTML: Create an HTML file for displaying and navigating an...

Description Usage Arguments Value See Also

View source: R/Rmdanimation.R

Description

Create an HTML file for displaying and navigating an animation

Usage

1
2
3
animatedHTML(expr, filename, title = filename,
  ani.width = ani.options("ani.width"),
  ani.height = ani.options("ani.height"), ...)

Arguments

expr

an R expression to be evaluated to create a sequence of images

filename

unique filename to be used for the saved image files (without extension)

title

animation title, used for the animation page as well as Alt text for the Iframe

...

other arguments passed to ani.options

Value

an HTML-Iframe snippet that can be used to embed the generated animation

See Also

saveHTML


kevinstadler/Rmdanimation documentation built on May 20, 2019, 9:08 a.m.