isr.filterByConstraintControl
1 2 3 4 5 6 | isr.filterByConstraintControl(
eligibleModuleIndices,
incompletePsgId,
row,
simulation
)
|
1 2 3 4 5 6 | options(warn=-1)
simulation = initSimulation(readRDS(system.file("example/passage-optimal.rds", package = "CATSimulator")))
row = 1
incompletePsgId = NULL
eligibleModuleIndices = 1:nrow(simulation$modules)
filteredIndices = isr.filterByConstraintControl(eligibleModuleIndices, incompletePsgId, row, simulation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.