replaceVertexList: Replace the vertex list of model frame
Description
Replace the vertex list of model frame
Usage
replaceVertexList(vertexList, frameModels = NULL, frameViews = frameModels@models[[modelIndex]], modelIndex = 1, graphWindow = frameViews@graphs[[viewIndex]], viewIndex = 1, ...)
Arguments
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.