DiscreteGeneratorProto-class {dynamicGraph}R Documentation

Class "DiscreteGeneratorProto"

Description

The class for factor vertices for discrete terms.

Objects from the Class

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

Slots

vertex.indices:
Object of class "numeric", see "FactorVertexProto".
name:
Object of class "character", see "VertexProto".
index:
Object of class "numeric", see "VertexProto".
position:
Object of class "numeric", see "VertexProto".
blockindex:
Object of class "numeric", see "VertexProto".
stratum:
Object of class "numeric", see "VertexProto".
color:
Object of class "character", see "VertexProto". Default is cyan.
label:
Object of class "character", see "VertexProto".
label.position:
Object of class "numeric", see "VertexProto".

Extends

Class "FactorVertexProto", directly. Class "VertexProto", by class "FactorVertexProto". Class "NodeProto", by class "FactorVertexProto".

Methods

draw
signature(object = "DiscreteGeneratorProto"): ...

Author(s)

Jens Henrik Badsberg

See Also

newFactor, returnFactorVerticesAndEdges, FactorVertexProto-class, VertexProto-class, NodeProto-class.


[Package Contents]