Learn R Programming

animation (version 1.1-4)

ani.stop: Write the HTML animation page.

Description

Write the HTML animation page. And restore previous options such as prompt; then close the graphical device opened in ani.start.

Arguments

Value

  • None (invisible `NULL'); a string will be printed in the console indicating where is the HTML file.

References

http://animation.yihui.name/animation:create_html_animation_page

See Also

ani.options, ani.start

Examples

Run this code
# save the animation in HTML pages and auto-browse it
ani.options(ani.width = 600, ani.height = 500, interval = 0.2)
ani.start()
boot.iid()
ani.stop()

Run the code above in your browser using DataLab