FactorVertexProto-class {dynamicGraph} | R Documentation |
A skeleton class for the classes of factor vertices.
Objects can be created by calls of the form new("FactorVertexProto", ...)
.
vertex.indices
:"numeric"
:
The vertex.indices
of the vertices of the factor. name
:"character"
, see "VertexProto"
. index
:"numeric"
, see "VertexProto"
. position
:"numeric"
, see "VertexProto"
. blockindex
:"numeric"
, see "VertexProto"
. stratum
:"numeric"
, see "VertexProto"
. color
:"character"
, see "VertexProto"
. label
:"character"
, see "VertexProto"
. label.position
:"numeric"
, see "VertexProto"
.
Class "VertexProto"
, directly.
Class "NodeProto"
, by class "VertexProto"
.
signature(x = "FactorVertexProto")
: ... signature(object = "FactorVertexProto")
: ... signature(x = "FactorVertexProto")
: ... signature(object = "FactorVertexProto")
: ... Jens Henrik Badsberg
newFactor
,
returnFactorVerticesAndEdges
,
VertexProto-class
,
NodeProto-class
.