dg.DiscreteVertex-class {dynamicGraph} | R Documentation |
The class for vertices for discrete variables, continuous variables, and ordinal variables.
Objects has the methods for extracting and setting the slots for vertices, and the method for drawing the vertex.
name
:"character"
,
see "dg.Vertex"
. index
:"numeric"
,
see "dg.Vertex"
. position
:"numeric"
,
see "dg.Vertex"
. blockindex
:"numeric"
,
see "dg.Vertex"
. stratum
:"numeric"
,
see "dg.Vertex"
. constrained
:"logical"
,
see "dg.Vertex"
. color
:"character"
,
see "dg.Vertex"
. label
:"character"
,
see "dg.Vertex"
. label.position
:"numeric"
,
see "dg.Vertex"
.
Class "dg.Vertex"
, directly.
Class "dg.Node"
, directly.
signature(object = "dg.DiscreteVertex")
:
Method for drawing the vertex.
The symbol will be a 'd'ot
for 'd'iscrete
variable. signature(object = "dg.OrdinalVertex")
:
Method for drawing the vertex.
The symbol will be a filled square
for ordinal
variable. signature(object = "dg.ContinuousVertex")
:
Method for drawing the vertex.
The symbol will be a 'c'circle
for 'c'ontinuous
variable. Jens Henrik Badsberg
dg.Vertex-class
,
returnVertexList
,
dg.Vertex-class
.