Learn R Programming

brainGraph (version 2.7.3)

contract_brainGraph: Contract graph vertices based on brain lobe and hemisphere

Description

Create a new graph after merging multiple vertices based on brain lobe and hemisphere membership.

Usage

contract_brainGraph(g)

Arguments

g

An igraph graph object

Value

A new igraph graph object

Details

The vertex size of the resultant graph is equal to the number of vertices in each lobe (in the input graph). The x- and y- coordinates of the new vertices are equal to the mean coordinates of the lobe vertices of the original graph. The new edge weight is equal to the number of inter-lobular connections of the original graph.

See Also

contract