create_sensitivity {godley} | R 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
[Package godley version 0.2.2 Index]