View source: R/11_create_sensitivity.R
create_sensitivity | R Documentation |
Create model with sensitivity scenarios
create_sensitivity(model_pass, variable, lower = 0, upper = 1, step = 0.1)
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 |
SFC model object with sensitivity scenarios
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.