rxToSymPy {RxODE}R Documentation

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.

Author(s)

Matthew L. Fidler


[Package RxODE version 0.9.2-0 Index]