FactorEdgeProto-class {dynamicGraph}R Documentation

Class "FactorEdgeProto"

Description

The class for the bipartite graph edges between vertices and factors.

Objects from the Class

Objects can be created by calls of the form new("FactorEdgeProto", ...).

Slots

vertex.indices:
Object of class "numeric", see "EdgeProto".
width:
Object of class "numeric", see "EdgeProto".
color:
Object of class "character", see "EdgeProto".
label:
Object of class "character", see "EdgeProto".
label.position:
Object of class "numeric", see "EdgeProto".

Extends

Class "EdgeProto", directly. Class "NodeProto", by class "EdgeProto".

Methods

nodeTypesOfEdge
signature(object = "FactorEdgeProto"): Extract the types ("super classes": "Vertex" or "Factor") of the vertices (nodes) of the edge.

Author(s)

Jens Henrik Badsberg

See Also

newFactorEdge, returnFactorEdgeList, EdgeProto-class.


[Package Contents]