Create signed graphs from adjacency matrices
Source:R/utils.R
graph_from_adjacency_matrix_signed.Rd
Create signed graphs from adjacency matrices
Arguments
- A
square adjacency matrix of a signed graph
- mode
Character scalar, specifies how to interpret the supplied matrix. Possible values are: directed, undirected
- ...
additional parameters for
from_adjacency()