Generate a network with a grid-like arrangement of edges.
Usage
CreateGrid(n=100)
Arguments
n
Integer value, the number of vertices to be included.
Value
igraph object.
Details
This is a simple algorithm that creates a grid-like network. Vertices are arranged in the largest square lattice possible. Vertices not included within this square are added as an additional row. Vertices are connected by edges to their closest neighbours.