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