duncantl/RD3Device: R Graphics device to create D3 content

This is an experiment to create a graphics device for R that creates D3 code for displaying the R plot in JavaScript. As we go forward, we can programmatically annotate the content of the plot to create interactive, dynamic plots with animation. This is similar to gridSVG, SVGAnnotation, etc. It is not intended to allow R users to create arbitrary D3 code. It is solely focused on mapping existing R plotting commands using R's graphics system(s) to D3 code. Given the RGraphicsDevice package, this is very easy to write entirely within R. It takes longer to understand the D3 programming details than to implement the graphics device's methods.

Getting started

Package details

AuthorDuncan Temple Lang
MaintainerDuncan Temple Lang <duncan@r-project.org>
LicenseGPL-2
Version0.1-0
URL http://www.omegahat.org/RD3Device
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("duncantl/RD3Device")
duncantl/RD3Device documentation built on May 15, 2019, 5:28 p.m.