el2adj: Maps edgelist to adjacency matrix

View source: R/matrixoperations.R

el2adjR Documentation

Maps edgelist to adjacency matrix

Description

Maps edgelist to adjacency matrix

Usage

el2adj(el, nodes = NULL)

Arguments

el

dataframe containing a (weighted) edgelist. Column 1 is the sender, column 2 is the receiver, column 3 the number of edges.

nodes

optional vector containing all node names in case disconnected nodes should be included.

Value

the (weighted) adjacency matrix corresponding the edgelist passed


ghypernet documentation built on Feb. 5, 2026, 1:08 a.m.