rxode2parse {rxode2parse} | R Documentation |
Internal translation to get model variables list
Description
Internal translation to get model variables list
Usage
rxode2parse(
model,
linear = FALSE,
linCmtSens = c("linCmtA", "linCmtB", "linCmtC"),
verbose = FALSE,
code = NULL,
envir = parent.frame()
)
Arguments
model |
Model (either file name or string) |
linear |
boolean indicating if linear compartment model should
be generated from |
linCmtSens |
Linear compartment model sensitivity type |
verbose |
is a boolean indicating the type of model detected
with |
code |
is a file name where the c code is written to (for
testing purposes mostly, it needs |
envir |
is the environment to look for R user functions (defaults to parent environment) |
Value
A rxModelVars object that has the model variables of a rxode2 syntax expression
Examples
rxode2parse("a=3")
[Package rxode2parse version 2.0.19 Index]