Get the node-level joint distributions and some empirical distributions with given edgelist.
get_dist(edgelist, directed = TRUE, joint_dist = FALSE)A list of distributions and degree vectors.
A two-column matrix representing the directed edges of a network.
Logical, whether the network is directed.
Logical, whether to return edge-level distributions.