networks[span] - finds the span of an edge set
|
Calling Sequence
|
|
span(eset, G)
|
|
Parameters
|
|
G
|
-
|
graph or network
|
eset
|
-
|
set of edges of G
|
|
|
|
|
Description
|
|
•
|
An edge is said to be spanned by an edge set eset if both its ends are in the set of ends of edges in eset. This routine returns the set of edges spanned by eset in G.
|
•
|
This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[span](...).
|
|
|
Examples
|
|
Important: The networks package has been deprecated.Use the superseding package GraphTheory instead.
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?