Skip to contents

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

Ilias Moutsopoulos