View source: R/functions_wrapper.R
set_instantaneous_absorption | R Documentation |
Set or change to instantaneous absorption rate.
Currently lagtime together with instantaneous absorption is not supported.
set_instantaneous_absorption(model)
model |
(Model) Model to set or change absorption rate |
(Model) Pharmpy model object
set_zero_order_absorption
set_first_order_absorption
## Not run:
model <- load_example_model("pheno")
model <- set_instantaneous_absorption(model)
model$statements$ode_system
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.