get_dist: Get the node-level joint distributions and some empirical...

View source: R/joint_dist.R

get_distR 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.


wdnet documentation built on May 29, 2024, 9:32 a.m.