View source: R/funcs_set-get-scenario.R
set_scenario_settings | R Documentation |
This function takes a scenario object, and updates the scenario to optimise to the desired budget or target. If a base case scenario is required - budget and target should be NA
set_scenario_settings(scenario, user_budget = NA, user_target = NA)
scenario |
scenario list-object. |
user_budget |
the specified budget as a numeric (no units) or NA if best case |
user_target |
the specified target as a numeric (no units) or NA if no target required |
updated scenario list-object not exported as it is called by the set_scenario function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.