| get_graph_df | R Documentation |
Build graph data frames for a finger tree
get_graph_df(t)
t |
FingerTree. |
A list with three elements: edge_df (parent/child/label),
node_df (node/type/label), and node_data — a named list keyed by node
id whose values are lists with fields type, label, measures (cached
monoid values for structural nodes; NULL for element leaves), and
element (the raw leaf entry for element nodes; NULL for structural
nodes).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.