addInfusion | R Documentation |
Allows user to switch any dosing compartment to infusion
addInfusion(
.Object,
doseCptName,
isDuration = FALSE,
isSecondDose = FALSE,
colName = NULL
)
.Object |
Model object |
doseCptName |
Name of the compartment to which the dose is administered |
isDuration |
Set |
isSecondDose |
Set |
colName |
Name of the input data column that represents the corresponding infusion rate. If not provided, |
Modified NlmePmlModel
object
newModel <- addInfusion(model, "A1", FALSE, FALSE, "A1_1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.