Learn R Programming

CellNOptR (version 1.18.0)

model2igraph: Convert a model object to a igraph object

Description

This function receives as input a model object and converts it to a graph object made by igraph. igraph provides lots of utilities especially to write the file in different format such as GML.

Usage

model2igraph(model)

Arguments

model
the model as generated using readSIF

Value

g
a igraph object

See Also

graph2sif, sif2graph