ContinuousVertexProto-class {dynamicGraph} | R Documentation |
The class for vertices for continuous variables.
Objects can be created by calls of the form new("ContinuousVertexProto", ...)
.
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 = "ContinuousVertexProto")
: Method for drawing the vertex.
The symbol will be a 'c'circle
for 'c'ontinuous
variable. Jens Henrik Badsberg
newVertex
,
returnVertexList
,
VertexProto-class
.