importLayersCSV {mully} | R Documentation |
Import Layers to a mully graph from a CSV file
Description
Import Layers to a mully graph from a CSV file
Usage
importLayersCSV(g, file)
Arguments
g |
The mully graph to which the layers will be added. If missing, a new mully graph is created |
file |
The path to the CSV file containing the layers' information |
Value
The mully graph with the added layers
[Package mully version 2.1.38 Index]