importEdgesCSV {mully} | R Documentation |
Import Edges to a mully graph from a CSV file
Description
Import Edges to a mully graph from a CSV file
Usage
importEdgesCSV(g, file)
Arguments
g |
The mully graph to which the nodes will be added. The graph should already have the layers and the nodes. |
file |
The path to the CSV file containing the edges' information |
Value
The mully graph with the added edges
[Package mully version 2.1.38 Index]