importNodesCSV {mully}R Documentation

Import Nodes to a mully graph from a CSV file

Description

Import Nodes to a mully graph from a CSV file

Usage

importNodesCSV(g, file, name = "name")

Arguments

g

The mully graph to which the nodes will be added. The graph should already have the layers.

file

The path to the CSV file containing the nodes' information

name

The name of the column containing the names of the nodes

Value

The mully graph with the added nodes


[Package mully version 2.1.38 Index]