rADMG | R Documentation |
Function to generate random graphs
rADMG(n, N = 1, p_dir = 1/n, p_bi = 1/n, list = FALSE, arid = FALSE)
n |
number of vertices |
N |
number of graph to simulate |
p_dir , p_bi |
probability of a directed/bidirected edge |
list |
logical: should output always be a list? |
arid |
logical: should graph be made to be arid? |
alpha |
parameter for generating numbers |
Uses a binomial number of edges based on p_dir
and p_bi
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.