Learn R Programming

vosonSML (version 0.29.13)

vosonSML::Graph: Create an igraph graph from network

Description

Create an igraph graph from network

Usage

Graph(net, directed = TRUE, writeToFile = FALSE, ...)

Value

An igraph object.

Arguments

net

A named list of dataframes nodes and edges generated by Create.

directed

Logical. Create a directed graph. Default is TRUE.

writeToFile

Logical. Save graph to a file in the current working directory. Default is FALSE.

...

Additional parameters passed to function. Not used in this method.