graphModel-class {MVCClass} | R Documentation |
graphModel is a class to represent a graph model. This class inherits from the virtual class, gModel. An object of graphModel is responsible for storing and updating the data.
Objects can be created by calls of the form new("graphModel", ...)
.
The initialize method for this class will be created in other packages that
use this package (for example, the initialize method will be created in the
iSNetwork package).
modelData
:linkData
:virtualData
:modelName
:
Class "gModel"
, directly.
No methods defined with class "graphModel" in the signature. The methods for this class will be created in other packages that use this package like iSNetwork.
Elizabeth Whalen
gModel-class
,
exprModel-class
,
dfModel-class