VertexEdgeProto-class {dynamicGraph} | R Documentation |
The class for edges between vertices.
Objects can be created by calls of the form new("VertexEdgeProto", ...)
.
Objects has the methods for extracting and setting the slots for edges,
and the method for drawing the edge.
oriented
:"logical"
.
If TRUE, then the edge is oriented
,
and thus drawn by an arrow
, also when no blocks are pressent. 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 = "VertexEdgeProto")
: ... signature(x = "VertexEdgeProto")
: ... signature(object = "VertexEdgeProto")
: ... Jens Henrik Badsberg
newVertexEdge
,
returnEdgeList
,
EdgeProto-class
.