Learn R Programming

rMultiNet (version 0.1)

GenerateMMSBM: Title

Description

Title

Usage

GenerateMMSBM(n, m, L, K, d = NULL, r = NULL)

Value

a list including an adjacency tensor and the generating parameters

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

Examples

Run this code
GenerateMMSBM(200, 3, 10, 2, d = NULL, r = NULL)

Run the code above in your browser using DataLab