| replaceControls {dynamicGraph} | R Documentation |
Replace the controls of model frame.
replaceControls(control, frameModels = NULL,
frameViews = frameModels@models[[modelIndex]],
modelIndex = 1,
graphWindow = frameViews@graphs[[viewIndex]],
viewIndex = 1, ...)
control |
Structure as returned from dg.controlc. |
frameModels |
See replaceVertexList. |
frameViews |
See replaceVertexList. |
modelIndex |
See replaceVertexList. |
graphWindow |
See replaceVertexList. |
viewIndex |
See replaceVertexList. |
... |
See replaceVertexList. |
Jens Henrik Badsberg