Last chance! 50% off unlimited learning
Sale ends in
Create an igraph graph from network
Graph(net, directed = TRUE, writeToFile = FALSE, ...)
An igraph object.
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
.
Additional parameters passed to function. Not used in this method.