adj2el: Maps adjacency matrix to edgelist

Description Usage Arguments Value Examples

View source: R/matrixoperations.R

Description

Maps adjacency matrix to edgelist

Usage

1
adj2el(adj, directed = TRUE)

Arguments

adj

matrix, the adjacency matrix

directed

boolean, is the graph directed?

Value

a dataframe containing the edgelist

Examples

1
2

ghypernet documentation built on Oct. 15, 2021, 5:14 p.m.