FactorEdgeProto-class {dynamicGraph} | R Documentation |
The class for the bipartite graph edges between vertices and factors.
Objects can be created by calls of the form new("FactorEdgeProto", ...)
.
vertex.indices
:"numeric"
, see "EdgeProto"
. width
:"numeric"
, see "EdgeProto"
. color
:"character"
, see "EdgeProto"
. label
:"character"
, see "EdgeProto"
. label.position
:"numeric"
, see "EdgeProto"
.
Class "EdgeProto"
, directly.
Class "NodeProto"
, by class "EdgeProto"
.
signature(object = "FactorEdgeProto")
:
Extract the types ("super classes": "Vertex"
or "Factor"
)
of the vertices (nodes) of the edge. Jens Henrik Badsberg
newFactorEdge
,
returnFactorEdgeList
,
EdgeProto-class
.