mtkAnalyserResult: The constructor of the class 'mtkAnalyserResult'

Description Usage Arguments Value Author(s) References Examples

Description

The constructor

Usage

1
mtkAnalyserResult(main = data.frame(), information = list())

Arguments

main

a data.frame to hold the results produced with the analyser.

information

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

Value

an object of the mtkAnalyserResult class

Author(s)

Juhui WANG, MIA-Jouy, Inra, Juhui.Wang@jouy.inra.fr

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

1
2
3
4
5
# Construct an object of the \code{mtkAnalyserResult} class
# from a data.frame.
	data <- data.frame()
	result <- mtkAnalyserResult(main=data, 
		information = list(method="Morris", model="Ishigami"))

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