ani.stop {animation} | R Documentation |
Complete the HTML animation page created by ani.start
and restore previous options such as prompt
.
ani.stop(footer = TRUE, autobrowse = TRUE)
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? |
None (invisible `NULL
').
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.
Yihui Xie
## 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)