Class dg.TextVertex
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
:Object of class "character"
with the name
of the vertex.
index
:Object of class "numeric"
with the index
of the vertex,
the position of the vertex in the extra list.
position
:Object of class "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
:Object of class "numeric"
with the blockindex
of the vertex.
stratum
:Object of class "numeric"
with the stratum
of the vertex.
constrained
:Object of class "logical"
,
see "dg.Vertex"
.
color
:Object of class "character"
with the color
of the vertex.
label
:Object of class "character"
with the label
of the vertex.
label.position
:Object of class "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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.