Learn R Programming

animation (version 0.2-0)

ani.stop: Complete the HTML animation page

Description

Complete the HTML animation page created by ani.start and restore previous options such as prompt.

Usage

ani.stop(footer = TRUE, autobrowse = TRUE)

Arguments

footer
logical. If TRUE, write a foot part in the HTML page containing information such as date/time of creation; else don't write
autobrowse
logical. Whether auto-browse the animation page immediately after it is completed?

Value

  • None (invisible `NULL').

See Also

savePNG, ani.start

Examples

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

Run the code above in your browser using DataLab