ani.stop {animation}R Documentation

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').

Note

If you haven't started an animation page yet, there'll be a warning, and the animation page will not be finished unless savePNG has been called before.

Author(s)

Yihui Xie

See Also

savePNG, ani.start

Examples

## Not run: 
 
# 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()

## End(Not run)

[Package animation version 0.2-0 Index]