Graph: Create an igraph graph from network

View source: R/Graph.R

GraphR Documentation

Create an igraph graph from network

Description

Create an igraph graph from network

Usage

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

Arguments

net

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

directed

Logical. Create a directed graph. Default is TRUE.

...

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

writeToFile

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

verbose

Logical. Output additional information. Default is TRUE.

Value

An igraph object.


vosonlab/vosonSML documentation built on July 23, 2024, 6:32 p.m.