Learn R Programming

mtk (version 1.0)

mtkSystemEvaluatorResult-class: The mtkSystemEvaluatorResult class

Description

A class to collect the results produced by the evaluator implemented as a system application.

Arguments

Class Hierarchy

Parent classes :
mtkEvaluatorResult
Direct Known Subclasses :

Constructor

mtkSystemEvaluatorResult
signature(main,information=NULL)

Slots

main:
(data.frame) a data.frame holding the results produced by the model simulation.
information:
(NULL) a named list containing optional information about the managed data.

Methods

summary
signature(object = "mtkSystemEvaluatorResult"): Provides a summary of the results produced by the evaluator.
print
signature(x = "mtkSystemEvaluatorResult"): Prints a report of the results produced by the evaluator.
plot
signature(x = "mtkSystemEvaluatorResult"): Plots the results produced by the evaluator.

Examples

Run this code
# See examples 

Run the code above in your browser using DataLab