EdgeProto-class {dynamicGraph} | R Documentation |
A skeleton class for the classes of edges.
Objects can be created by calls of the form new("EdgeProto", ...)
.
Objects has the methods for extracting and setting the slots for edges,
and the method for drawing the edge.
vertex.indices
:"numeric"
:
The vertex.indices
of the vertices of the edge. width
:"numeric"
:
The width
of the edge. color
:"character"
:
The color
of the edge. label
:"character"
:
The label
of the edge. label.position
:"numeric"
:
The label.position
of the edge.
Class "NodeProto"
, directly.
signature(object = "EdgeProto")
: ... signature(x = "EdgeProto")
:
Set the label
of the edge. signature(object = "EdgeProto")
:
Return the label
of the edge. signature(object = "EdgeProto")
:
Return the name
, equal to the label
, of the edge. signature(x = "EdgeProto")
:
Set the indices
of the vertices of the edge. signature(object = "EdgeProto")
:
Return the indices
of the vertices of the edge. signature(x = "EdgeProto")
:
Set the width
of the edge. signature(object = "EdgeProto")
:
Return the width
of the edge. Jens Henrik Badsberg
VertexEdgeProto-class
,
BlockEdgeProto-class
,
FactorEdgeProto-class
.