Learn R Programming

motifcluster (version 0.2.3)

build_Jd: Build double-edge indicator matrix

Description

Build the sparse double-edge indicator matrix Jd from a graph adjacency matrix.

Usage

build_Jd(adj_mat)

Value

A double-edge indicator matrix Jd in sparse form.

Arguments

adj_mat

The original adjacency matrix.