graph.add: Network union

Description Usage Arguments Value Examples

View source: R/assemble.R

Description

Assemble a list of networks into a whole one.

Usage

1

Arguments

...

A list of igraph objects.

Value

An integrated igraph object.

Examples

1
2
3
g1<-graph.ring(10)
g2<-graph.tree(10,mode="undirected")
g<-graph.add(g1,g2)

ProNet documentation built on May 30, 2017, 2:02 a.m.