Description Usage Arguments Value Author(s)
A function to simulate graphs from the Erdos-Renyi Random Graph Model.
1 | gs.sims.er(n, v, priors = c(0.5, 0.5), p = c(0.5, 0.5))
|
n |
the number of graphs to simulate. |
v |
the number of vertices. |
priors |
the composition of the graphs in each class as a length |
p |
the probability of an edge existing for each class, as a length |
An object of class "Simulation"
containing the following:
|
|
|
|
Eric Bridgeford
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.