Bolus {campsis} | R Documentation |
Create one or several bolus(es).
Description
Create one or several bolus(es).
Usage
Bolus(
time,
amount,
compartment = NA,
f = NULL,
lag = 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 |
amount to give as bolus, single numeric value |
compartment |
compartment index, single integer value |
f |
fraction of dose amount, distribution |
lag |
dose lag time, 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 bolus or a list of boluses
[Package campsis version 1.5.3 Index]