absorptionII | R Documentation |
applies "inverse" absorption law to a disjuncitve normal form
absorptionII(bString, model = NULL)
bString |
a disjunctive normal form or binary vector according to model |
model |
Model object including the search space, if available. See CellNOptR::preprocessing. |
bString after "inverse" absorption law
Martin Pirkl
graph <- c("A+B=C", "A=C")
absorptionII(graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.