Description Usage Arguments Value References Examples
Grow networks using Holme & Kim's (2002) model, which combines preferential
attachment with tunable triad formation flexibly controlling the amount of
clustering in the network via p
.
1 | grow_hk(n = 100L, m = 5L, p = 5)
|
n |
Integer. Number of nodes in the network. |
m |
Integer. Number of edges added for each incoming node. |
p |
Numeric. Proability that a triad formation step follows a preferential attachment step. |
n x n adjacency matrix.
Holme, P., & Kim, B. J. (2002). Growing scale-free networks with tunable clustering. Physical review E, 65(2), 026107.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.