Learn R Programming

ProNet (version 1.0.0)

graph.add: Network union

Description

Assemble a list of networks into a whole one.

Usage

graph.add(...)

Arguments

...
A list of igraph objects.

Value

An integrated igraph object.

Examples

Run this code
g1<-graph.ring(10)
g2<-graph.tree(10,mode="undirected")
g<-graph.add(g1,g2)

Run the code above in your browser using DataLab