Description Usage Arguments Value
View source: R/rewiring_makes_more_lattice_like.R
The objective is to reduce the overall cost of edges with respect to
d
. If d
is defined so that cost increases with distance from
the diagonal, reducing cost will encourage a lattice-like structure.
1 | rewiring_makes_more_lattice_like(x, d, edges)
|
x |
An adjacency matrix or igraph object |
d |
A matrix specifying the "cost" of each edge |
edges |
A matrix specifying edges as source->target ordered pairs. |
logical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.