Learn R Programming

PFIM (version 5.0)

ModelVariable-class: Class "ModelVariable"

Description

Class "ModelVariable" represents an initial variable for ODE model.

Arguments

Objects from the class

ModelVariable objects are typically created by calls to ModelVariable and contain the following slots:

Slots for <code>ModelVariable</code> objects

name:

A character string giving the name of the initial variable of an ODE model.

value:

A numeric giving the value of the initial variable of an ODE model.