View source: R/treatment_entry.R
Bolus | R Documentation |
Create one or several bolus(es).
Bolus(
time,
amount,
compartment = NA,
f = NULL,
lag = NULL,
ii = NULL,
addl = NULL
)
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 |
a single bolus or a list of boluses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.