Graph | R Documentation |
Create an igraph graph from network
Graph(net, directed = TRUE, writeToFile = FALSE, verbose = FALSE, ...)
net |
A named list of dataframes |
directed |
Logical. Create a directed graph. Default is |
writeToFile |
Logical. Save graph to a file in the current working directory. Default is |
verbose |
Logical. Output additional information. Default is |
... |
Additional parameters passed to function. Not used in this method. |
An igraph object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.