edges_from_adjacency_cpp: C++ implementation for obtaining an edge list from adjacency...

Description Usage Arguments Value

View source: R/RcppExports.R

Description

C++ implementation for obtaining an edge list from adjacency matrix

Usage

1

Arguments

adj

An adjacency matrix.

Value

Returns a matrix with 2 columns containing the indicies in the lower-triangle of the matrix that are nonzero.


SeqNet documentation built on July 9, 2021, 9:08 a.m.