Infusion {campsis} | R Documentation |
Create one or several infusion(s).
Description
Create one or several infusion(s).
Usage
Infusion(
time,
amount,
compartment = NA,
f = NULL,
lag = NULL,
duration = NULL,
rate = NULL,
ii = NULL,
addl = NULL
)
Arguments
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 |
Value
a single infusion or a list of infusions.
[Package campsis version 1.5.3 Index]