2012-6 Working with the gridSVG Coordinate System
The gridSVG package exports grid images to an SVG format for viewing on the web. This article describes new features in gridSVG that allow grid coordinate system information to be exported along with...
View Article2013-1 TimingManager: Animation Sequences in JavaScript
The TimingManager library is a tool written in JavaScript used to apply animations in a web browser. It is not concerned with creation or modification of animation timing information, and delegates...
View Article2013-3 Generating unique names in gridSVG
The gridSVG package exports grid images to the SVG image format for viewing on the web. This article describes the problems associated with retaining grid object names in SVG element id attributes. In...
View Article2013-4 Generating Structured and Labelled SVG
This article discusses the importance of providing structure and labelling within SVG code, particularly when the SVG code is generated indirectly by a high-level system and when the SVG code describes...
View Article2013-8 Selection and Navigation of Overlapping SVG Objects
SVG is a vector graphic image format that can be used with browsers to deploy dynamic, interactive graphics over the web. We present a method that enables generalised Selection and Navigation of...
View Article2016-09 An Introduction to the ‘DOM’ Package
The ‘DOM’ package for R provides functions to dynamically manipulate the content of a web page that is being viewed within a web browser. The package provides an R interface that is analogous to the...
View Article2016-12 ‘DOM’ Version 0.2
This report describes changes in version 0.2 of the ‘DOM’ package for R. Version 0.1 of ‘DOM’ allowed HTML content to be added to a web page (or removed or modified); version 0.2 adds the ability to...
View Article2016-13 ‘DOM’ Version 0.3
This report describes changes in version 0.3 of the ‘DOM’ package for R. This version represents a major refactoring of the package code, including its user-facing API. These changes were made in order...
View Article