| rxToSymPy {RxODE} | R Documentation |
Converts model specification to/from a SymPy language
rxToSymPy(x, envir = parent.frame(1)) rxFromSymPy(x, envir = parent.frame(1))
x |
is either RxODE family of objects, character of RxODE expression or unquoted RxODE expression. |
Code Lines for sympy/RxODE that are named by what variables are defined.
Matthew L. Fidler