Learn R Programming

dynamicGraph (version 0.1.6.6)

defaultTestObjectProto-class: Class "defaultTestObjectProto"

Description

An example class for the test object for the model object of dynamicGraph.

Arguments

Objects from the Class

Objects can be created by calls of the form new("defaultTestObjectProto", ...).

The methods label and width should be implemented by you for your test object returned by the method testEdge of your model object.

See Also

defaultModelObjectProto-class, newDefaultModelObject, newDefaultTestObject.