Learn R Programming

PFIM (version 5.0)

Model-class: Class "Model" representing a Model

Description

A class storing information concerning the models in the LibraryOfModels.

Arguments

Objects from the Class <code>Model</code>

Objects form the Class Model can be created by calls of the form Model(...) where (...) are the parameters for the Model object.

Slots for the <code>Model</code> objects

nameModel:

A character string giving the name of the model.

descriptionModel:

A list of character string giving the characterisation of the model (name, administration, number of compartment)

equationsModel:

A object ModelEquations giving the equations of the model.