| dg.Node-class {dynamicGraph} | R Documentation |
A skeleton class for the classes of vertices, edges and block objects.
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 = "dg.Node"):
Add items to the pop up menu (nodePop-upMenu)
of the object by tkadd.
signature(x = "dg.Node"):
Set the color of the object. signature(object = "dg.Node"):
Return the color of the object. signature(x = "dg.Node"):
Set the label of the object. signature(object = "dg.Node"):
Return the label of the object. signature(x = "dg.Node"):
Set the label.position of the object. signature(object = "dg.Node"):
Return the label.position of the object. signature(object = "dg.Node"):
Open a Tk/tcl-window with the slots of the node. signature(object = "dg.Node"): ... Jens Henrik Badsberg
dg.Vertex-class,
dg.Edge-class,
dg.Block-class.