View source: R/treatment_entry.R
Infusion | R Documentation |
Create one or several infusion(s).
Infusion(
time,
amount,
compartment = NA,
f = NULL,
lag = NULL,
duration = NULL,
rate = NULL,
ii = NULL,
addl = NULL
)
time |
treatment time(s), numeric value or vector. First treatment time if used together with ii and addl. |
amount |
total amount to infuse, numeric |
compartment |
compartment index, integer |
f |
fraction of infusion amount, distribution |
lag |
infusion lag time, distribution |
duration |
infusion duration, distribution |
rate |
infusion rate, distribution |
ii |
interdose interval, requires argument 'time' to be a single numeric value |
addl |
number of additional doses, requires argument 'time' to be a single integer value |
a single infusion or a list of infusions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.