NodeProto-class {dynamicGraph} | R Documentation |
A skeleton class for the classes of vertices, edges and block objects.
Objects can be created by calls of the form new("NodeProto", ...)
.
The objects has the slots and methods relevant to vertices, edges and blocks.
color
:"character"
with the color
of the object. label
:"character"
with the label
of the object. label.position
:"numeric"
with the label.positions
of the object. signature(object = "NodeProto")
:
Add items to the pop up menu (nodePopupMenu
) of the object
by tkadd
.
signature(x = "NodeProto")
:
Set the color
of the object. signature(object = "NodeProto")
:
Return the color
of the object. signature(x = "NodeProto")
:
Set the label
of the object. signature(object = "NodeProto")
:
Return the label
of the object. signature(x = "NodeProto")
:
Set the label.position
of the object. signature(object = "NodeProto")
:
Return the label.position
of the object. Jens Henrik Badsberg
VertexProto-class
,
EdgeProto-class
,
BlockProto-class
.