Learn R Programming

mtk (version 1.0)

reevaluate-methods: The reevaluate method

Description

Re-evaluates the processes of the workflow to know if they should be re-run. This must be done after changing a process in the workflow. The argument "name" gives the process from which the workflow should be reevaluated. i.e. if name="design", we tell the workflow that all the processes after the process "design" should be reevaluated. If name="evaluate", we tell the workflow that only the processes after the process "evaluate" should be re-evaluated, etc.

Usage

reevaluate(this, name)

Arguments

this
the underlying object of class mtkExpWorkflow.
name
a string from "design", "evaluate", or "analyze" to specify the process from which we re-evaluate the workflow.

Value

Details

This function is only useful for the kernel programming.

References

J. Wang, H. Richard, R. Faivre, H. Monod (2013). Le package mtk, une bibliothèque R pour l'exploration numérique des modèles. In: Analyse de sensibilité et exploration de modèles : Application aux sciences de la nature et de l'environnement (R. Faivre, B. Iooss, S. Mahévas, D. Makowski, H. Monod, Eds). Editions Quae, Versailles.

Examples

Run this code
# see examples.

Run the code above in your browser using DataLab