networks[duplicate] - copy a graph
|
Calling Sequence
|
|
duplicate(G)
|
|
Description
|
|
•
|
This procedure returns a graph with properties identical to those of G.
|
•
|
It is normally loaded via the command with(networks) but may also be referenced using the full name networks[duplicate](...).
|
|
|
Examples
|
|
Important: The networks package has been deprecated. Use the superseding command GraphTheory[CopyGraph] instead.
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
Changing H will not affect G however changing H2 will.
|
|
Download Help Document
Was this information helpful?