rxExpandIfElse | R Documentation |
Expand if/else clauses into mutiple different types of lines.
rxExpandIfElse(model, removeInis = TRUE, removePrint = TRUE)
model |
Model can be a character, or a RxODE model. It needs
to have normalized syntax, that is |
removeInis |
A boolean indicating if parameter initializations should be removed from the model. |
removePrint |
A boolean indicating if printing statements should be removed from the model. |
A named character vector. The names of the vector are the logical conditions, the values are the lines that satisfy the logical conditions.
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.