build_Jn {motifcluster} | R Documentation |
Build vertex-distinct indicator matrix
Description
Build the vertex-distinct indicator matrix Jn
from a
graph adjacency matrix.
Usage
build_Jn(adj_mat)
Arguments
adj_mat |
The original adjacency matrix. |
Value
A vertex-distinct indicator matrix Jn
.
[Package motifcluster version 0.2.3 Index]