Graph {vosonSML} | R Documentation |
Create an igraph graph from network
Description
Create an igraph graph from network
Usage
Graph(net, directed = TRUE, writeToFile = FALSE, verbose = FALSE, ...)
Arguments
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 |
verbose |
Logical. Output additional information. Default is |
... |
Additional parameters passed to function. Not used in this method. |
Value
An igraph object.
[Package vosonSML version 0.32.7 Index]