Description Class Hierarchy Constructor Slots Methods Author(s) References Examples
The mtkPLMMAnalyser class is a sub-class of the class mtkAnalyser.
It implements the sensitivity analysis method PLMM and provides all the slots and methods defined in the class mtkAnalyser.
mtkAnalyser
mtkPLMMAnalysersignature(mtkParameters = NULL, listParameters = NULL)
name:(character) always takes the string "analyze".
protocol:(character) always takes the string "R".
site:(character) always takes the string "mtk".
service:(character) always takes the string "PLMM".
parameters:(vector) a vector of [mtkParameter] containing the parameters to pass while calling the service.
ready:(logical) a logical to tell if the process is ready to run.
state:(logical) a logical to tell if the results produced by the process are available and ready to be consumed.
result:(ANY) a data holder to hold the results produced by the process
setNamesignature(this = "mtkPLMMAnalyser", name = "character"): Not used, method inherited from the parent class.
setParameterssignature(this = "mtkPLMMAnalyser", f = "vector"): Assigns new parameters to the process.
getParameterssignature(this = "mtkPLMMAnalyser"): Returns the parameters as a named list.
is.readysignature( = "mtkPLMMAnalyser"): Tests if the process is ready to run.
setReadysignature(this = "mtkPLMMAnalyser", switch = "logical"): Makes the process ready to run.
is.readysignature( = "mtkPLMMAnalyser"): Tests if the results produced by the process are available.
setReadysignature(this = "mtkPLMMAnalyser", switch = "logical"): Marks the process as already executed.
getResultsignature(this = "mtkPLMMAnalyser"): Returns the results produced by the process as a [mtkPLMMAnalyserResult].
getDatasignature(this = "mtkPLMMAnalyser"): Returns the results produced by the process as a data.frame.
serializeOnsignature(this = "mtkPLMMAnalyser"): Returns all data managed by the process as a named list.
runsignature(this = "mtkPLMMAnalyser", context= "mtkExpWorkflow"): Generates the experimental design by sampling the factors.
summarysignature(object = "mtkPLMMAnalyser"): Provides a summary of the results produced by the process.
printsignature(x = "mtkPLMMAnalyser"): Prints a report of the results produced by the process.
plotsignature(x = "mtkPLMMAnalyser"): Plots the results produced by the process.
reportsignature(this = "mtkPLMMAnalyser"): Reports the results produced by the process.
Rober Faivre, MIA-Toulouse, INRA, Contact: faivre@toulouse.inra.fr, Juhui WANG, MIA-Jouy, Inra,
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.
1 | # see examples with help(PLMM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.