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 |
n2 |
igEdge.node2 |
w |
igEdge.weight (i.e. 3-way Interaction Gain) |
Value
An instance of the igEdge
class
[Package integr version 1.0.0 Index]