importGraphCSV {mully} | R Documentation |
Import a mully graph from CSV files
Description
Import a mully graph from CSV files
Usage
importGraphCSV(name = NA, direct = FALSE, layers, nodes, edges)
Arguments
name |
The name of the graph |
direct |
A boolean to indicate if the graph is directed or not |
layers |
The path to the CSV file containing the layers' information |
nodes |
The path to the CSV file containing the nodes' information |
edges |
The path to the CSV file containing the edges' information |
Value
A new mully graph
[Package mully version 2.1.38 Index]