networks[getlabel] - gets the unique internal label of a graph
|
Calling Sequence
|
|
getlabel(G)
|
|
Description
|
|
•
|
Each graph has an internal label so that copies of the same graph can be distinguished from one another. This label is retrieved by using getlabel().
|
•
|
This routine is normally loaded by using the command with(networks), but it may also be referenced by using the full name networks[getlabel](...).
|
|
|
Examples
|
|
Important: The networks package has been deprecated. Use the superseding package GraphTheory instead.
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
|
|
Download Help Document
Was this information helpful?