Convert a signed graph to a signed adjacency matrix
This function returns the adjacency matrix for a signed graph
as_adj_signed(g, sparse = FALSE)
g
: igraph object. Must have a "sign" edge attribute.sparse
: Logical scalar, whether to return the result as a sparse matrix. The Matrix package is required for sparse matrices.signed adjacency matrix
as_adj_complex
Useful links