create_sensitivity: Create model with sensitivity scenarios

View source: R/11_create_sensitivity.R

create_sensitivityR Documentation

Create model with sensitivity scenarios

Description

Create model with sensitivity scenarios

Usage

create_sensitivity(model_pass, variable, lower = 0, upper = 1, step = 0.1)

Arguments

model_pass

SFC model object that will be used as a baseline for sensitivity calculation

variable

string name of the variable that will be used

lower

numeric lower bound value of the variable

upper

numeric upper bound value of the variable

step

numeric step between upper and lower bounds for the variable to take value

Value

SFC model object with sensitivity scenarios


gamrot/godley documentation built on April 12, 2025, 1:50 p.m.