Create one or several infusion(s).
Infusion(
time,
amount,
compartment = NA,
f = NULL,
lag = NULL,
duration = NULL,
rate = NULL,
ii = NULL,
addl = NULL
)
a single infusion or a list of infusions.
treatment time(s), numeric value or vector. First treatment time if used together with ii and addl.
total amount to infuse, numeric
compartment index, integer
fraction of infusion amount, distribution
infusion lag time, distribution
infusion duration, distribution
infusion rate, distribution
interdose interval, requires argument 'time' to be a single numeric value
number of additional doses, requires argument 'time' to be a single integer value