View source: R/functions_wrapper.R
set_zero_order_input | R Documentation |
Set a zero order input for the ode system
If the zero order input is already set it will be updated.
set_zero_order_input(model, compartment, expression)
model |
(Model) Pharmpy model |
compartment |
(str) Name of the compartment |
expression |
(numeric or str or Expr) The expression of the zero order input |
(model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
model <- set_zero_order_input(model, "CENTRAL", 10)
get_zero_order_inputs(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.