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