dg.TextVertex-class {dynamicGraph} | R Documentation |
The class for vertices for setting text string
in the graph window.
These vertices are given by the argument extraList
to dynamicGraphMain
.
The vertices of nodes of this class are drawn with very small symbols. Objects has the methods for extracting and setting the slots for vertices.
name
:"character"
with the name
of the vertex. index
:"numeric"
with the index
of the vertex,
the position of the vertex in the extra list. position
:"numeric"
with the position
of the vertex.
Vertices in the same dynamic graph should
have the same number of coordinates.
A small dot is placed at the position of the vertex.
This dot can be move outside the window. blockindex
:"numeric"
with the blockindex
of the vertex. stratum
:"numeric"
with the stratum
of the vertex. constrained
:"logical"
,
see "dg.Vertex"
. color
:"character"
with the color
of the vertex. label
:"character"
with the label
of the vertex. label.position
:"numeric"
with the label.position
of the vertex.
Labels of vertices in the same dynamic graph
should have the same number of coordinates.
Class "dg.Node"
, directly.
Class "dg.Vertex"
, directly.
signature(object = "dg.TextVertex")
: ... Jens Henrik Badsberg
dg.Vertex-class
,
returnVertexList
,
dg.Node-class
, and
dg.ExtraEdge-class
.