GenerateMMSBM {rMultiNet} | R Documentation |
Title
GenerateMMSBM(n, m, L, K, d = NULL, r = NULL)
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 |
a list including an adjacency tensor and the generating parameters
GenerateMMSBM(200, 3, 10, 2, d = NULL, r = NULL)