| 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. Possible arguments are: "random", or "scale-free". |
nu |
expected density (number of edges over the number of node pairs) of
the graph. This argument is only used for |
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.