Rdocumentation
powered by
Learn R Programming
BTR (version 1.2.4)
bm_to_amat: Convert BoolModel into adjacency matrix
Description
This function converts a BoolModel object into an adjacency matrix.
Usage
bm_to_amat(x, directed = T)
Arguments
x
S4 BoolModel object.
directed
logical. Whether to return directed or undirected adjacency matrix. Default to TRUE.