ExpandGraph
ExpandGraph[g,n]
expands graph g to n vertices by adding disconnected vertices. This is obsolete; use AddVertices [g,n] instead.
Details and Options
Details and Options
Details and Options
See Also
Tech Notes
Combinatorica`
Combinatorica`
ExpandGraph
In Version 6.0, ExpandGraph has been superseded by AddVertices .
ExpandGraph[g,n]
expands graph g to n vertices by adding disconnected vertices. This is obsolete; use AddVertices [g,n] instead.
Details and Options
- To use ExpandGraph, you first need to load the Combinatorica Package using Needs ["Combinatorica`"].