Description Usage Arguments Value Examples
Create a regular graph adjacency list
1 | regular_list(N, k)
|
N |
The size of the graph. |
k |
the number of neighbours of each node |
an adjacency matrix of class simnetr_list
1 | gr <- regular_list(1000,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.