VertexProto-class {dynamicGraph} | R Documentation |
A skeleton class for the classes of vertices.
Objects can be created by calls of the form new("VertexProto", ...)
.
Objects has the methods for extracting and setting the slots for vertices.
name
:"character"
with the name
of the vertex.
Should be a valid name on variables for your model object.index
:"numeric"
with the index
of the vertex,
the position of the vertex in a vertex list. position
:"numeric"
with the position
of the vertex.
Vertices in the same dynamic graph should
have the same number of coordinates. blockindex
:"numeric"
with the blockindex
of the vertex. stratum
:"numeric"
with the stratum
of the vertex. color
:"character"
with the color
of the vertex. label
:"character"
with the label
of the vertex. label.position
:"numeric"
with the label.position
of the vertex.
Labels of vertices in the same dynamic graph
should have the same number of coordinates.
Class "NodeProto"
, directly.
signature(x = "VertexProto")
: ... signature(object = "VertexProto")
: ... signature(x = "VertexProto")
: ... signature(object = "VertexProto")
: ... signature(x = "VertexProto")
: ... signature(object = "VertexProto")
: ... signature(x = "VertexProto")
: ... signature(object = "VertexProto")
: ... signature(x = "VertexProto")
: ... signature(object = "VertexProto")
: ... signature(x = "VertexProto")
: ... signature(object = "VertexProto")
: ... signature(x = "VertexProto")
: ... signature(object = "VertexProto")
: ... signature(x = "VertexProto")
: ... signature(object = "VertexProto")
: ... Jens Henrik Badsberg
newVertex
,
returnVertexList
,
NodeProto-class
.