networks[graph] - generate a graph from a specified set of vertices and edges
|
Calling Sequence
|
|
graph(vset, eset)
|
|
Parameters
|
|
vset
|
-
|
set of vertex names
|
eset
|
-
|
set of pairs of vertex names
|
|
|
|
|
Description
|
|
•
|
This procedure generates graphs directly from a set of vertices and a set of vertex pairs. Each pair of vertices is specified as either a list or a set. Use of a list indicates direction from the tail to the head.
|
•
|
This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[graph](...).
|
|
|
Examples
|
|
Important: The networks package has been deprecated. Use the superseding command GraphTheory[Graph] instead.
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
>
|
|
| (3) |
Only one of these edges should be directed.
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?