This example builds on the first example by adding the ability to explore the partykit
/ rpart
splits by clicking on the node information. When clicked, the parallel coordinates will be brushed corresponding to the query from the clicked node.
This d3.js parallel coordinates plot is another experiment in how we might use interactive plots in Javascript to represent a partykit / rpart object from R. The example builds on this d3.js collapsible tree plot. Eventually, it would be nice to combine the tree and parallel coordinates into a layout with synced interactivity.
htmltools
to build html/js in RrCharts
does for us, such as dependency management, rendering, sharing, multi-format publishing, etc.It is impossible to make this list complete, but I would like to thank
htmltools
rlist
and pipeR
Modified http://d3js.org/d3.v3.js to a secure url
Modified http://cdnjs.cloudflare.com/ajax/libs/intro.js/0.5.0/intro.min.js to a secure url
https://d3js.org/d3.v3.js
https://cdnjs.cloudflare.com/ajax/libs/intro.js/0.5.0/intro.min.js