View source: R/functions_wrapper.R
is_real | R Documentation |
Determine if an expression is real valued given constraints of a model
is_real(model, expr)
model |
(Model) Pharmpy model |
expr |
(numeric or str or Expr) Expression to test |
(logical or NULL) TRUE if expression is real, FALSE if not and NULL if unknown
## Not run:
model <- load_example_model("pheno")
is_real(model, "CL")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.