networks[incident] - finds the edges incident to a vertex set
|
Calling Sequence
|
|
incident(v1, G)
incident(Vset, G)
incident(Vset, G, 'In')
incident(Vset, G, 'Out')
|
|
Parameters
|
|
G
|
-
|
graph or network
|
v1
|
-
|
vertex in G
|
Vset
|
-
|
vertex set in G
|
|
|
|
|
Description
|
|
•
|
Given a vertex v the edges incident with v are returned as a set.
|
•
|
Given a vertex set then the set of cut edges to the subgraph induced by that set of edges is returned.
|
•
|
The 'In'/'Out' flags specify which kind of directed edges should be considered. Undirected edges are considered bidirectional and included in both classifications.
|
•
|
This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[incident](...).
|
|
|
Download Help Document
Was this information helpful?