| replaceBlockList {dynamicGraph} | R Documentation |
Replace the block list of model frame.
replaceBlockList(blockList, frameModels = NULL,
frameViews = frameModels@models[[modelIndex]],
modelIndex = 1,
graphWindow = frameViews@graphs[[viewIndex]],
viewIndex = 1, ...)
blockList |
Object of class "dg.BlockList":
blockList is the new block list. |
frameModels |
See replaceVertexList. |
frameViews |
See replaceVertexList. |
modelIndex |
See replaceVertexList. |
graphWindow |
See replaceVertexList. |
viewIndex |
See replaceVertexList. |
... |
See replaceVertexList. |
Jens Henrik Badsberg