sankeytree: Sankey Diagrams as Collapsible Trees

Description Usage

Description

Combining Sankey diagrams with collapsible trees and adding some new interactivity might help us analyze, instruct, and decide.

Create interactive d3.js visualizations of hierarchical data combining Sankey diagrams with tree layout.

Usage

1
2
3
sankeytree(data = NULL, name = "name", id = "id", value = "size",
  childrenName = "children", treeColors = TRUE, maxLabelLength = NULL,
  nodeHeight = NULL, tooltip = NULL, width = NULL, height = NULL)

timelyportfolio/sankeytree documentation built on May 31, 2019, 2:13 p.m.