Simulation an adjacency matrix
simulate_adjacency(
Z,
n,
alpha,
directed,
distribution = "bernoulli",
no_isolated_node = FALSE
)
A vector of integer of size n, the label
An integer, the number of rows or columns of the matrix
A \(\max(Z)\times \max(Z)\) matrix, the connectivity parameters
A boolean, Is the network directed or not ?
The distribution of the indices: only "bernoulli"
A boolean, may row and column of adjacency matrices sum to 0
A nxn adjacency matrix