Description Usage Arguments Value Examples
Generate the the network structure matrix A.
1 | netA(K, N)
|
K |
the number of blocks (integer) |
N |
the network size (integer) |
the network structure matrix A
1 2 3 4 5 | ## Not run:
K<- 3
N<- 5
netA(3,5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.