| rxSymPyExpand {RxODE} | R Documentation |
Return the expanded expression (via SymPy)
rxSymPyExpand(x, expr = "expand")
x |
text SymPy-compatible expression |
expr |
SymPy expression to use. By default uses expand. |
SymPy value for rxSymPy...
Matthew L. Fidler