Description Usage Arguments Value Author(s) Examples
View source: R/netprioR-simulation.R
Simulate random networks with predefined number of members for each of the two groups and the number of neighbours for each node
1 | simulate_network_random(nmemb, nnei = 1)
|
nmemb |
Vector of number of members for each group |
nnei |
Number of neighbours for each node |
Adjacency matrix of graph
Fabian Schmich
1 | network <- simulate_network_random(nmemb = c(10, 10), nnei = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.