Description Usage Arguments Value Author(s) Examples
Simulate scale free networks for predefined number of members for each of two groups and a parameter pclus that determines how strictly distinct the groups are
1 | simulate_network_scalefree(nmemb, pclus = 1)
|
nmemb |
Vector of numbers of members per group |
pclus |
Scalar in [0, 1] determining how strictly distinct groups are |
Adjacency matrix
Fabian Schmich
1 | network <- simulate_network_scalefree(nmemb = c(10, 10), pclus = 0.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.