gs.omni: Omnibus

Description Usage Arguments Details Value Author(s)

Description

A function for creating an omnibus graph from arbitrarily many input graphs with matched vertex sets.

Usage

1
gs.omni(A1, A2)

Arguments

A1

the first [n, n] matrix.

A2

the second [n, n] matrix.

Details

Given A_1, A_2, ..., A_m a collection of (possibly weighted) adjacency matrices of a collection of m undirected graphs with matched vertices. Then the mn by mn Omnibus Matrix has the subgraph where M_{ij} = 1/2 (A_i + A_j).

Value

the omnibus matrix, as an object of class igraph. The vertices are concatenated to form one

Author(s)

Youngser Park


neurodata/graphstats documentation built on May 14, 2019, 5:19 p.m.