View source: R/hidden_functions.R
coerce_to_adjacency | R Documentation |
Takes an object of type "qgraph", "igraph", or an adjacency matrix (or data.frame) and outputs an adjacency matrix
coerce_to_adjacency(input, directed = NULL)
input |
a network of class "igraph", "qgraph", or an adjacency matrix representing a network |
directed |
logical. is the network directed? If set to NULL, auto-detection is used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.