Description Usage Arguments Value Author(s) Examples
A function to simulate graphs from the Structured Independent Edge Model (SIEM).
1 2 3 |
n |
the number of graphs. |
v |
the number of vertices. |
priors |
the composition of the graphs in each class as a length |
C |
the community membership of each edge in each class as a length |
P |
the matrix of probabilities, where |
An object of class "Simulation"
containing the following:
|
|
|
|
Eric Bridgeford
1 2 | library(graphstats)
data <- gs.sims.siem(100, 10) # simulate 100 graphs with 10 vertices from the default model
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.