get_dist {wdnet}R Documentation

Get the node-level joint distributions and some empirical distributions with given edgelist.

Description

Get the node-level joint distributions and some empirical distributions with given edgelist.

Usage

get_dist(edgelist, directed = TRUE, joint_dist = FALSE)

Arguments

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.

Value

A list of distributions and degree vectors.


[Package wdnet version 1.2.3 Index]