Takes an object of type "qgraph", "igraph", or a matrix and outputs an adjacency matrix
coerce_to_adjacency(input, directed = NULL)
a network of class "igraph", "qgraph", or an adjacency matrix representing a network
logical. is the network directed? If set to NULL, auto-detection is used