ParentEdgeLabelFunction
is an option for Tree and related functions that specifies a function to use to generate edge labels.
Details
- ParentEdgeLabelFunction allows specifying the function to generate the label of the parent edge of the root node of a tree, as well as that of any subtrees at positions matching a pattern.
- The following option settings can be used:
-
Automatic use the keys of associations as the labels None use no label func a general edge label function Allfunc use edge label function func at all nodes TreeCases[pattern]func use func at nodes with data matching pattern {pos1func1,pos2func2,…} use edge label function funci at position posi {patt1func1,patt2func2,…} use funci at positions matching patti - Edge label specifications are effectively applied in the order ParentEdgeLabel, ParentEdgeLabelFunction and ParentEdgeLabelStyle, with later specifications overriding earlier ones.
- ParentEdgeLabelFunctionfunc specifies that the label of the parent edge of the root node should be provided by func[data], where data is the data in the root.
Examples
open allclose allBasic Examples (4)
Properties & Relations (5)
Edges are automatically labeled with the keys of an association of children:
No labels are used for a list of children:
Labels for edges can be specified by position:
Labels specified by a subtree take precedence over labels specified by its ancestors:
A position {i,j,…} in a subtree refers to its subtree at relative position {i,j,…}:
A relative position {2} at position {1} refers to the global position {1,2}:
In general, a pattern patt applies to subtrees at global positions {i,j,…} that match patt:
A list of patterns {patt1,patt2,…} applies to relative positions {i,j,…} that match the patti:
Text
Wolfram Research (2022), ParentEdgeLabelFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/ParentEdgeLabelFunction.html.
CMS
Wolfram Language. 2022. "ParentEdgeLabelFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ParentEdgeLabelFunction.html.
APA
Wolfram Language. (2022). ParentEdgeLabelFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ParentEdgeLabelFunction.html