Rdocumentation
powered by
Learn R Programming
dynamicGraph (version 0.1.6.6)
VertexProto-class: Class "VertexProto"
Description
A skeleton class for the classes of vertices.
Arguments
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.
Extends
Class
"NodeProto"
, directly.
See Also
newVertex
,
returnVertexList
,
NodeProto-class
.