Learn R Programming

dynamicGraph (version 0.1.6.6)

VertexEdgeProto-class: Class "VertexEdgeProto"

Description

The class for edges between vertices.

Arguments

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.

Extends

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

See Also

newVertexEdge, returnEdgeList, EdgeProto-class.