Learn R Programming

dMod (version 1.0.0)

getEquations: Extract the equations of an object

Description

Extract the equations of an object

Usage

getEquations(x, conditions = NULL)

# S3 method for odemodel getEquations(x, conditions = NULL)

# S3 method for prdfn getEquations(x, conditions = NULL)

# S3 method for fn getEquations(x, conditions = NULL)

Arguments

x

object from which the equations should be extracted

conditions

character or numeric vector specifying the conditions to which getEquations is restricted. If conditions has length one, the result is not returned as a list.

Value

The equations as list of eqnvec objects.