Learn R Programming

PFIM (version 5.0)

getDerivate: Get the derivate of an equation of a ModelEquations object.

Description

Get the derivate of an equation of a ModelEquations object.

Usage

getDerivate(object, equationName, parameter)

# S4 method for ModelEquations getDerivate(object, equationName, parameter)

Value

A list of expression of the derivate of an equation of a ModelEquations

Arguments

object

A ModelEquations object.

equationName

A character string giving the name of the response of the equations.

parameter

An ModelParameter object.