Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

MacroTools

Guides

  • MacroTools

Symbols

  • AgendaTitle
  • DirectedFan
  • EdgeFan
  • EvenPart
  • FlattenLevel
  • FlattenOn
  • NormalFixedPoint
  • OddPart
  • Optioned
  • ProcessBy
  • SequencedMap
  • SplicedMap
  • TaggedDirectedFan
  • TaggedEdgeFan
  • TaggedUndirectedFan
  • UndirectedFan
FaizonZaman`MacroTools`
TaggedEdgeFan
​
TaggedEdgeFan
[e[p,{
c
1
,
c
2
,…}]]
Fans edges with edge type
e
with automatic tags from parent
p
to child
c
​
i
.
​
​
TaggedEdgeFan
[e[{
p
​
1
,
p
​
2
,…},{
c
​
1
,
c
​
2
,…}]]
Fans edges with edge type
e
automatic tags from parent
p
to child
c
​
i
.
​
​
TaggedEdgeFan
[e[{ps,
c
​
1
,
c
​
2
,…}]]
Fans edges with edge type
e
automatic tags from each parent in
ps
to child
c
​
i
.
​
​
TaggedEdgeFan
[e[p,{
c
1
,
c
2
,…},{
t
​
1
,
t
​
2
,…}]]
Fans edges with edge type
e
and tag
t
​
i
from parent
p
to child
c
​
i
.
​
​
TaggedEdgeFan
[e[{
p
​
1
,
p
​
2
,…},{
c
​
1
,
c
​
2
,…},{
t
​
1
,
t
​
2
,…}]]
Fans edges with edge type
e
and tag
t
​
i
from parent
p
​
i
to child
c
​
i
.
​
​
TaggedEdgeFan
[e[{ps,
c
​
1
,
c
​
2
,…},ts]]
Fans edges with edge type
e
and tags from
ts
from each parent in
ps
to child
c
​
i
.
​
Examples  
(4)
Basic Examples  
(1)
In[1]:=
TaggedEdgeFan
[DirectedEdge[a,{b,c,d,e}]]
Out[1]=
a
1

b,a
2

c,a
3

d,a
4

e
In[2]:=
TaggedEdgeFan
[UndirectedEdge[a,{b,c,d,e}]]
Out[2]=
a
1

b,a
2

c,a
3

d,a
4

e
In[3]:=
TaggedEdgeFan
[DirectedEdge[1,Range[2,5],CharacterRange["A","D"]]]
Out[3]=
1
A

2,1
B

3,1
C

4,1
D

5
Scope  
(3)

SeeAlso
DirectedEdge
▪
UndirectedEdge
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com