Description Usage Arguments Value Examples
Combinatorial matrix computed according to soft configuration model or 'regular' gnp model.
1 2 3 | compute_xi(adj, directed, selfloops, regular = FALSE)
ComputeXi(adj, directed, selfloops, regular = FALSE)
|
adj |
adjacency matrix |
directed |
boolean, whether the model is for a directed network |
selfloops |
boolean, whether the model contains selfloops |
regular |
boolean. Is the combinatorial matrix computed for configuration model or for regular gnp model? default FALSE. |
combinatorial matrix
1 2 | data('adj_karate')
xi = compute_xi(adj_karate, directed = FALSE, selfloops = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.