Create an igraph graph from network
Graph(net, directed = TRUE, writeToFile = FALSE, verbose = FALSE, ...)A named list of dataframes nodes and edges generated by Create.
Logical. Create a directed graph. Default is TRUE.
Logical. Save graph to a file in the current working directory. Default is FALSE.
Logical. Output additional information. Default is FALSE.
Additional parameters passed to function. Not used in this method.
An igraph object.