analyzeParameters.mwIPM | R Documentation |
Sensitivity analysis on parameters.
## S3 method for class 'mwIPM' analyzeParameters( obj, compute = FALSE, saveresults = FALSE, params = "all", distpars = FALSE )
obj |
A mwIPM model object. |
compute |
Recompute or load from cache? |
saveresults |
Cache results? |
params |
Which parameter to perturb? One of "all", "Flowering", ... |
distpars |
Determines in which scale (log or linear) perturbation is occurring. |
A mwIPM model object, with the results of the computation stored in a list.
ipm %<>% analyzeParameters() str(ipm$analysis$parameters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.