replaceVertexList {dynamicGraph} | R Documentation |
Replace the vertex list of model frame
replaceVertexList(vertexList, frameModels = NULL, frameViews = frameModels@models[[modelIndex]], modelIndex = 1, graphWindow = frameViews@graphs[[viewIndex]], viewIndex = 1, ...)
vertexList |
Object of class "dg.VertexList" :
vertexList is the new vertex list. |
frameModels |
The vertex list is replaced in frameModels ,
and frameModels is redrawn
in graphWindow . |
frameViews |
The frameViews to redraw. |
modelIndex |
The modelIndex of the model to redraw. |
graphWindow |
The graphWindow to redraw. |
viewIndex |
The viewIndex of the view to redraw. |
... |
Optional arguments. |
The models is redrawn as stored in frameModels
.
If you by interaction with the graph window has changed the model
of graphWindow
, please export the frameModels
from the graph window by selection "Assign 'frameModels' .."
from the "Export" menu of the graph window before replacing.
Jens Henrik Badsberg