d3Tree

Create Interactive Collapsible Trees with the JavaScript 'D3' Library


Keywords
d3js, hierarchy, htmlwidgets, query, r, shiny
License
MIT

Documentation

CRAN_Status_Badge Project Status: Active - The project has reached a stable, usable state and is being actively developed. downloads

Reactive shiny filters through collapsible d3js trees

Overview

D3js is a great tool to visualize complex data in a dynamic way. But how can the visualization be part of the natural workflow?

Creating new reactive elements through the integration of Shiny with d3js objects allows us to solve this problem.

Through Shiny we let the server observe the d3 collapsible tree library and its real-time layout.

The data transferred back to Shiny can be mapped to a series of logial expressions to create reactive filters.

This allows for complex data structures, such as heirarchal simulations, complex design of clinical trials and results from polycompartmental structural models to be visually represented and filtered in a reactive manner through an intuitive and simple tool.