ig {integr}R Documentation

Constructs Interaction Graph (S3 class)

Description

Constructs Interaction Graph (S3 class)

Usage

ig(n, e)

Arguments

n

ig.nodes (a list of igNode objects)

e

ig.edges (a list of igEdge objects)

Value

An instance of the ig class


[Package integr version 1.0.0 Index]