as_adjmat | R Documentation |
From graphNEL with 0 edge weights to proper adjacency matrix
as_adjmat(g)
g |
graphNEL object |
graph as adjacency matrix
dag <- create_random_DAG(30, 0.2) adj <- as_adjmat(dag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.