VertexProto-class {dynamicGraph}R Documentation

Class "VertexProto"

Description

A skeleton class for the classes of vertices.

Objects from the Class

Objects can be created by calls of the form new("VertexProto", ...). Objects has the methods for extracting and setting the slots for vertices.

Slots

name:
Object of class "character" with the name of the vertex. Should be a valid name on variables for your model object.
index:
Object of class "numeric" with the index of the vertex, the position of the vertex in a vertex 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.
blockindex:
Object of class "numeric" with the blockindex of the vertex.
stratum:
Object of class "numeric" with the stratum of the 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 "NodeProto", directly.

Methods

ancestors<-
signature(x = "VertexProto"): ...
ancestors
signature(object = "VertexProto"): ...
blockindex<-
signature(x = "VertexProto"): ...
blockindex
signature(object = "VertexProto"): ...
descendants<-
signature(x = "VertexProto"): ...
descendants
signature(object = "VertexProto"): ...
index<-
signature(x = "VertexProto"): ...
index
signature(object = "VertexProto"): ...
name<-
signature(x = "VertexProto"): ...
name
signature(object = "VertexProto"): ...
position<-
signature(x = "VertexProto"): ...
position
signature(object = "VertexProto"): ...
stratum<-
signature(x = "VertexProto"): ...
stratum
signature(object = "VertexProto"): ...
visible<-
signature(x = "VertexProto"): ...
visible
signature(object = "VertexProto"): ...

Author(s)

Jens Henrik Badsberg

See Also

newVertex, returnVertexList, NodeProto-class.


[Package Contents]