igraph (version 1.0.0)

as.igraph: Conversion to igraph

Description

These fucntions convert various objects to igraph graphs.

Usage

as.igraph(x, ...)

Arguments

x
The object to convert.
...
Additional arguments. None currently.

Value

  • All these functions return an igraph graph.

Details

You can use as.igraph to convert various objects to igraph graphs. Right now the following objects are supported:

Examples

Run this code
g <- make_full_graph(5) + make_full_graph(5)
hrg <- fit_hrg(g)
as.igraph(hrg)

Run the code above in your browser using DataLab