rxToSymPy: Converts model specification to/from a SymPy language
Description
Converts model specification to/from a SymPy language
Usage
rxToSymPy(x, envir = parent.frame(1))rxFromSymPy(x, envir = parent.frame(1))
Arguments
x
is either RxODE family of objects, character of RxODE
expression or unquoted RxODE expression.
Value
Code Lines for sympy/RxODE that are named by what
variables are defined.