GenerateMMSBM {rMultiNet} | R Documentation |
Title
Description
Title
Usage
GenerateMMSBM(n, m, L, K, d = NULL, r = NULL)
Arguments
n |
the number of vertices |
m |
the number of types of the network |
L |
the number of layers |
K |
the number of groups of vertices |
d |
the average degree of the network |
r |
the out-in ratio in each layer |
Value
a list including an adjacency tensor and the generating parameters
Examples
GenerateMMSBM(200, 3, 10, 2, d = NULL, r = NULL)
[Package rMultiNet version 0.1 Index]