graph2df | R Documentation |
Convert graph object to dataframe with source and target columns
graph2df(graph)
graph |
Network |
data frame
dag <- create_random_DAG(30, 0.2) graph2df(dag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.