Tree
- Set of nodes and links that express the parent-to-child relationship. Where each node:
- Is uniquely labeled in the tree.
- Contains one or more numeric variables with values over time.
- Contains one or more categorical attributes that may have more than one value.
Types of trees
Cluster Dendograms Radial
- Data: Trees
- Tasks: Summarize common connections.
- Considerations:
- Harder to read
- Better space usage
Phylogenetic Trees
- Data: Tree of Life
- Tasks: Summarize common connections. Identify Clusters.
- Considerations:
- Harder to read
- Also works with other clusters data
Collapsible Tree
- Data: Tree/Network
- Tasks: Navigate connections. Locate nodes
- Considerations:
- Great for larger datasets
Icicle Tree
- Data: Tree
- Tasks: Summarize values/hierarchy. Navigate links
- Considerations:
- Uses more space than the treemap
- Better for labels
Icicle Tree
- Data: Tree
- Tasks: Summarize values/hierarchy. Navigate links. Compare values in leaves
- Considerations:
Sunburst Tree
- Data: Tree
- Tasks: Summarize values/hierarchy. Navigate links
- Considerations:
- Radial values are confusing
- Fancy yet difficult animation