networks[complete] - generate a complete graph
|
Calling Sequence
|
|
complete(n)
complete(m, n)
complete(m1,..., mk)
complete(vset)
|
|
Parameters
|
|
n
|
-
|
integer indicating the number of vertices in the given part
|
m
|
-
|
integer indicating the number of vertices in the given part
|
m1, ..., mk
|
-
|
sequence of integers indicating the number of vertices in each part
|
vset
|
-
|
set of vertex names
|
|
|
|
|
Description
|
|
•
|
This procedure generates various types of complete graphs. The number of arguments indicates the number of parts. Each part is specified by an integer indicating the number of vertices in that part. For example a complete bipartite graph is specified as complete(m, n).
|
•
|
In the case of one argument a set vset of vertex names may be specified.
|
•
|
This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[complete](...).
|
|
|
Download Help Document
Was this information helpful?