igEdge {integr}R Documentation

Constructs Interaction Graph Edges (S3 class)

Description

Constructs Interaction Graph Edges (S3 class)

Usage

igEdge(n1, n2, w)

Arguments

n1

igEdge.node1 (character)

n2

igEdge.node2 (character)

w

igEdge.weight (i.e. 3-way Interaction Gain) (double)

Value

An instance of the igEdge class


[Package integr version 1.0.0 Index]