ani.start: Start the generation of an HTML animation page
Description
Copy JavaScript file FUN.js and CSS file ANI.css to the same directory as the HTML animation page and write the header part of the HTML page. The prompt of the current R session is modified (by default ANI>).
Usage
ani.start(outdir = tempdir(), filename = "index", extension = "htm",
withprompt = "ANI> ", Title = "Animated Statistics Using R")
A new environment called ANIenv is build, where internal variables such as physical path are stored. This environment is not visible to the user. It is destroyed when calling ani.stop.
Only a part of the HTML page is written (such as the head area), and the rest part will be completed by ani.stop.