Create an igraph graph from network
Arguments
- net
A named list of dataframes
nodes
andedges
generated byCreate
.- directed
Logical. Create a directed graph. Default is
TRUE
.- ...
Additional parameters passed to function. Not used in this method.
- writeToFile
Logical. Save graph to a file in the current working directory. Default is
FALSE
.- verbose
Logical. Output additional information. Default is
TRUE
.