| simulate_adjacency | R Documentation | 
Simulation an adjacency matrix
simulate_adjacency(
  Z,
  n,
  alpha,
  directed,
  distribution = "bernoulli",
  no_isolated_node = FALSE
)
| Z | A vector of integer of size n, the label | 
| n | An integer, the number of rows or columns of the matrix | 
| alpha | A  | 
| directed | A boolean, Is the network directed or not ? | 
| distribution | The distribution of the indices: only "bernoulli" | 
| no_isolated_node | A boolean, may row and column of adjacency matrices sum to 0 | 
A nxn adjacency matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.