VertexNumberColor is an option that can be used in ShowGraph to associate different colors to vertex numbers.
VertexNumber is an option that can take on values True or False. This can be used in ShowGraph to display or suppress vertex numbers.
VertexNumberPosition is an option that can be used in ShowGraph to display a vertex number in a certain position relative to the vertex.
VertexStyle is an option that allows the user to associate different sizes and shapes to vertices.
VertexWeight is an option that allows the user to associate weights with vertices.
Vertices[g] gives the coordinates of each vertex of graph g embedded in a plane.Vertices[g, All] gives the embedding of the graph along with graphics options associated with ...
V
(Combinatorica Package Symbol) V[g] gives the order or number of vertices of the graph g.
WaltherGraph returns the Walther graph.
WeaklyConnectedComponents[g] gives the weakly connected components of directed graph g as lists of vertices.
Weak
(Combinatorica Package Symbol) Weak is an option to ConnectedQ that seeks to determine if a directed graph is weakly connected.