dg.TextVertex-class: Class dg.TextVertex
Description
The class for vertices for setting text string
in the graph window.
These vertices are given by the argument extraList
to dynamicGraphMain. Objects from the Class
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. Slots
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.
Extends
Class "dg.Node", directly.
Class "dg.Vertex", directly. Methods
- draw
signature(object = "dg.TextVertex"): ...