Create an igraph graph from network
Graph(net, directed = TRUE, writeToFile = 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 |
... | Additional parameters passed to function. Not used in this method. |
An igraph object.