ani.stop {animation} | R Documentation |
Write the HTML animation page, restore previous options such as prompt
and close the graphical device opened in ani.start
.
ani.stop()
None (invisible `NULL
'); a string will be printed in the console indicating where is the HTML file.
The content of the HTML file completely depends on the parameters set in ani.options
.
Yihui Xie
http://animation.yihui.name/animation:create_html_animation_page
## Not run: # 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() ## End(Not run)