convert_adj_to_edges: Convert an adjacency matrix to an edge list

View source: R/convert_adj_to_edges.R

convert_adj_to_edgesR Documentation

Convert an adjacency matrix to an edge list

Description

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

Usage

convert_adj_to_edges(adj)

Arguments

adj

the adjacency matrix

Author(s)

Ilias Moutsopoulos


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