replaceBlockList {dynamicGraph}R Documentation

Replace the block list of model frame

Description

Replace the block list of model frame.

Usage

replaceBlockList(blockList, frameModels = NULL, 
                 frameViews = frameModels@models[[modelIndex]], 
                 modelIndex = 1, 
                 graphWindow = frameViews@graphs[[viewIndex]], 
                 viewIndex = 1, ...)

Arguments

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.

Author(s)

Jens Henrik Badsberg


[Package dynamicGraph version 0.2.2.4 Index]