networks[void] - generate a void graph
|
Calling Sequence
|
|
void(n)
void(vset)
|
|
Parameters
|
|
n
|
-
|
integer indicating the number of vertices
|
vset
|
-
|
set or list of vertex names
|
|
|
|
|
Description
|
|
•
|
This procedure generates void graphs, i.e. graphs with n vertices and no edges. (Specific vertices may be provided as a set.) It is normally loaded via the command with(networks) but may also be referenced using the full name networks[void](...).
|
|
|
Download Help Document
Was this information helpful?