analyzeParameters.mwIPM: Sensitivity analysis on parameters.

analyzeParameters.mwIPMR Documentation

Sensitivity analysis on parameters.

Description

Sensitivity analysis on parameters.

Usage

## S3 method for class 'mwIPM'
analyzeParameters(
  obj,
  compute = FALSE,
  saveresults = FALSE,
  params = "all",
  distpars = FALSE
)

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.