DDGraphEdge-dash-class: An edge in an DDGraph...

Description Details Slots Methods

Description

An edge in an DDGraph

Details

This class represents an edge in an Direct Dependence Graph. It is normally found in the DDGraph::edges list. It records the source and target nodes for the edge, the edge type, as well as the conditional independence tests it represents.

Slots

fromInx:

(numeric) the index of the first variable from which the edge goes

fromName:

(character) the name of the first variable from which the edge goes

toInx:

(numeric) the index of the second variable to which the edge goes

toName:

(character) the name of the second variable to which the edge goes

ciTests:

(list) a list of associated CITestResult objects

type:

(character) type of edge: "directed", "undirected", "bidirectional", "dashed"

Methods

show

signature(object = "DDGraphEdge"): show method for DDGraphEdge


ddgraph documentation built on Nov. 17, 2017, 10:50 a.m.