VertexEdgeProto-class {dynamicGraph}R Documentation

Class "VertexEdgeProto"

Description

The class for edges between vertices.

Objects from the Class

Objects can be created by calls of the form new("VertexEdgeProto", ...). Objects has the methods for extracting and setting the slots for edges, and the method for drawing the edge.

Slots

oriented:
Object of class "logical". If TRUE, then the edge is oriented, and thus drawn by an arrow, also when no blocks are pressent.
vertex.indices:
Object of class "numeric", see "EdgeProto".
width:
Object of class "numeric", see "EdgeProto".
color:
Object of class "character", see "EdgeProto".
label:
Object of class "character", see "EdgeProto".
label.position:
Object of class "numeric", see "EdgeProto".

Extends

Class "EdgeProto", directly. Class "NodeProto", by class "EdgeProto".

Methods

nodeTypesOfEdge
signature(object = "VertexEdgeProto"): ...
oriented<-
signature(x = "VertexEdgeProto"): ...
oriented
signature(object = "VertexEdgeProto"): ...

Author(s)

Jens Henrik Badsberg

See Also

newVertexEdge, returnEdgeList, EdgeProto-class.


[Package Contents]