We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0100d9e commit 1325a9dCopy full SHA for 1325a9d
src/squaregrid.jl
@@ -4,7 +4,7 @@ export SquareGrid, squaregrid
4
SquareGrid(; kwargs...)(adj_matrix)
5
squaregrid(adj_matrix; kwargs...)
6
7
-Position nodes on a 2 dimensional rectagular grid. The nodes are palced in order
+Position nodes on a 2 dimensional rectagular grid. The nodes are placed in order
8
from upper left to lower right. To skip positions see `skip` argument.
9
10
Takes adjacency matrix representation of a network and returns coordinates of
0 commit comments