mtkEvaluatorResult-class: The 'mtkEvaluatorResult' class

Description Class Hierarchy Constructor Slots Methods See Also Examples

Description

A class to collect the results of the simulation produced with a model.

Class Hierarchy

Parent classes :

mtkResult

Direct Known Subclasses :

mtkWWDMEvaluatorResult, etc.

Constructor

mtkEvaluatorResult

signature(main=data.frame(),information=list())

Slots

main:

(data.frame) a data.frame holding the data produced by the model simulation.

information:

(list) a named list containing information about the managed data and process.

Methods

summary

signature(object = "mtkEvaluatorResult"): Provides a summary of the data produced with the model simulation.

print

signature(x = "mtkEvaluatorResult"): Prints a report of the data produced with the model simulation.

plot

signature(x = "mtkEvaluatorResult"): Plots the data produced with the model simulation.

See Also

help(morris, sensitivity) and help(Regression)

Examples

1
2
3
## See examples from help(mtkAnalyserResult)

	

mtk documentation built on May 2, 2019, 4:15 a.m.