Learn R Programming

motifcluster (version 0.2.3)

build_Jn: Build vertex-distinct indicator matrix

Description

Build the vertex-distinct indicator matrix Jn from a graph adjacency matrix.

Usage

build_Jn(adj_mat)

Value

A vertex-distinct indicator matrix Jn.

Arguments

adj_mat

The original adjacency matrix.