HugeAdjacency | R Documentation |
Simulates the adjacency matrix encoding an unweighted, undirected graph with no self-loops.
HugeAdjacency(pk = 10, topology = "random", nu = 0.1, ...)
pk |
number of nodes. |
topology |
topology of the simulated graph. If using
|
nu |
expected density (number of edges over the number of node pairs) of
the graph. This argument is only used for |
... |
additional arguments to be passed to
|
A symmetric adjacency matrix encoding an unweighted, undirected graph with no self-loops.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.