@article{JSSv046i01, title={Interactive and Animated Scalable Vector Graphics and R Data Displays}, volume={46}, url={https://www.jstatsoft.org/index.php/jss/article/view/v046i01}, doi={10.18637/jss.v046.i01}, abstract={We describe an approach to creating interactive and animated graphical displays using R’s graphics engine and Scalable Vector Graphics, an XML vocabulary for describing two-dimensional graphical displays. We use the svg() graphics device inR and then post-process the resulting XML documents. The post-processing identifies the elements in the SVG that correspond to the different components of the graphical display, e.g., points, axes, labels, lines. One can then annotate these elements to add interactivity and animation effects. One can also use JavaScript to provide dynamic interactive effects to the plot, enabling rich user interactions and compelling visualizations. The resulting SVG documents can be embedded within HTML documents and can involve JavaScript code that integrates the SVG and HTML objects. The functionality is provided via the SVGAnnotation package and makes static plots generated viaR graphics functions available as stand-alone, interactive and animated plots for the Web and other venues.}, number={1}, journal={Journal of Statistical Software}, author={Nolan, Deborah and Temple Lang, Duncan}, year={2012}, pages={1–88} }