analyzeParameters: Sensitivity analysis on parameters.

View source: R/mw_ipm.R

analyzeParametersR Documentation

Sensitivity analysis on parameters.

Description

Sensitivity analysis on parameters.

Usage

analyzeParameters(obj, compute, saveresults, params, distpars)

Arguments

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.

Value

A mwIPM model object, with the results of the computation stored in a list.

Examples

ipm %<>% analyzeParameters()
str(ipm$analysis$parameters)

mdlama/milkweed documentation built on Sept. 15, 2022, 9:24 a.m.