Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate a graph corresponding to the visualization of a tree
Give the graph used to format a tree:
| In[1]:= |
| Out[1]= | ![]() |
Visually this is identical to the tree itself:
| In[2]:= |
| Out[2]= | ![]() |
TreeGraph converts a tree to a graph without preserving any visualization options:
| In[3]:= | ![]() |
| Out[3]= | ![]() |
TreeVisualizationGraph preserves all visualization options used to format the tree:
| In[4]:= | ![]() |
| Out[4]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License