FactorVertexProto-class {dynamicGraph}R Documentation

Class "FactorVertexProto"

Description

A skeleton class for the classes of factor vertices.

Objects from the Class

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

Slots

vertex.indices:
Object of class "numeric": The vertex.indices of the vertices of the factor.
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".
label:
Object of class "character", see "VertexProto".
label.position:
Object of class "numeric", see "VertexProto".

Extends

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

Methods

nodeIndices<-
signature(x = "FactorVertexProto"): ...
nodeIndices
signature(object = "FactorVertexProto"): ...
index<-
signature(x = "FactorVertexProto"): ...
index
signature(object = "FactorVertexProto"): ...

Author(s)

Jens Henrik Badsberg

See Also

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


[Package Contents]