View source: R/funcs_set-get-scenario.R
add_curves_filtered | R Documentation |
This function takes a scenario object, selects the curves that will be used in the optimisation and returns an updated scenario object with this information.
add_curves_filtered( scenario, subset_kpi_level1_id, subset_kpi_level2_id, subset_kpi_level3_id, subset_period_level1 )
scenario |
A named list representing a scenario list-object. |
subset_kpi_level1_id |
Expects an integer or integer vector. |
subset_kpi_level2_id |
Expects an integer or integer vector. |
subset_kpi_level3_id |
Expects an integer or integer vector. |
subset_period_level1 |
Expects a string. |
An updated scenario list-object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.