BlockEdgeProto-class {dynamicGraph} | R Documentation |
The class for edges between blocks and for edges between vertices and blocks.
Objects can be created by calls of the form new("BlockEdgeProto", ...)
.
oriented
:"logical"
, see "VertexEdgeProto"
. 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 = "BlockEdgeProto")
:
Extract the types ("super classes": "Vertex"
or "Block"
)
of the vertices (nodes) of the edge. signature(x = "BlockEdgeProto")
: ... signature(object = "BlockEdgeProto")
: ... Jens Henrik Badsberg
newBlockEdge
,
returnBlockEdgeList
,
EdgeProto-class
.