yeukyul / jsplot

R graphical package with a interface to D3.js animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsplot

jsplot is a graphical package that introduces smooth, light-weight event-based animation to statistical graphics. Unlike traditional animations in R, users are able to select a geom (i.e. points, lines, features) on graphs and schedule animations on these elements, based on events like clicking, hovering, and panning. jsplot implemeted layered plots, and is also an R interface to the animations provided in D3.js, implemented using HTMLwidget.

Installation

  • From Github: devtools::install_github("yeukyul/jsplot")

About

R graphical package with a interface to D3.js animation.

License:MIT License


Languages

Language:JavaScript 53.9%Language:R 45.3%Language:CSS 0.8%