N = closedNeighborhood(G,v)
The closed neighborhood of a vertex v just the union of the open neighborhood (or neighbors) of v and the vertex v itself
|
|
The object closedNeighborhood is a method function.
The source of this document is in Graphs.m2:3195:0.