View source: R/functions_wrapper.R
has_presystemic_metabolite | R Documentation |
Checks whether a model has a presystemic metabolite
If pre-systemic drug there will be a flow from DEPOT to METABOLITE as well as being a flow from the CENTRAL to METABOLITE
has_presystemic_metabolite(model)
model |
(Model) Pharmpy model |
(logical) Whether a model has presystemic metabolite
## Not run:
model <- load_example_model("pheno")
model <- add_metabolite(model, presystemic=TRUE)
has_presystemic_metabolite(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.