Learn R Programming

mtk (version 1.0)

mtkWWDMEvaluatorResult-class: The mtkWWDMEvaluatorResult class

Description

A class to collect the results produced by the evaluator implementing the model WWDM.

Arguments

Class Hierarchy

Parent classes :
mtkEvaluatorResult
Direct Known Subclasses :

Constructor

mtkWWDMEvaluatorResult
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 = "mtkWWDMEvaluatorResult"): Provides a summary of the results produced by the evaluator.
print
signature(x = "mtkWWDMEvaluatorResult"): Prints a report of the results produced by the evaluator.
plot
signature(x = "mtkWWDMEvaluatorResult"): Plots the results produced by the evaluator.

See Also

help(mtkEvaluatorResult) and help(WWDM)

Examples

Run this code

## See examples from help(mtkEvaluatorResult).
	

Run the code above in your browser using DataLab