OrdinalVertexProto-class {dynamicGraph} | R Documentation |
The class for vertices for ordinal variables.
Objects can be created by calls of the form new("OrdinalVertexProto", ...)
.
Objects has the methods for extracting and setting the slots for vertices,
and the method for drawing the vertex.
name
:"character"
, see "VertexProto"
. index
:"numeric"
, see "VertexProto"
. position
:"numeric"
, see "VertexProto"
. blockindex
:"numeric"
, see "VertexProto"
. stratum
:"numeric"
, see "VertexProto"
. color
:"character"
, see "VertexProto"
. label
:"character"
, see "VertexProto"
. label.position
:"numeric"
, see "VertexProto"
.
Class "VertexProto"
, directly.
Class "NodeProto"
, by class "VertexProto"
.
signature(object = "OrdinalVertexProto")
: Method for drawing the vertex.
The symbol will be a filled square
for ordinal
variable. Jens Henrik Badsberg
newVertex
,
returnVertexList
,
VertexProto-class
.