get_dist | R Documentation |
Get the node-level joint distributions and some empirical distributions with given edgelist.
get_dist(edgelist, directed = TRUE, joint_dist = FALSE)
edgelist |
A two-column matrix representing the directed edges of a network. |
directed |
Logical, whether the network is directed. |
joint_dist |
Logical, whether to return edge-level distributions. |
A list of distributions and degree vectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.