convert_edges_to_adj: Convert an edge list to an adjacency matrix

View source: R/convert_edges_to_adj.R

convert_edges_to_adjR Documentation

Convert an edge list to an adjacency matrix

Description

This function takes an edge list and transforms it into an adjacency matrix

Usage

convert_edges_to_adj(edges)

Arguments

edges

the edge list data frame, with 2 or 3 columns (from, to, value)

Author(s)

Ilias Moutsopoulos


drostlab/edgynode documentation built on March 29, 2024, 10:36 a.m.