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.
2 parents 0100d9e + 1325a9d commit 69cf10fCopy full SHA for 69cf10f
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