Add scenario to the model
add_scenario(
model,
name = "expansion",
origin = "baseline",
origin_start = NA,
origin_end = NA,
shock
)updated SFC model object containing added scenario
SFC model object
string name of scenario, defaults to 'expansion'
string name of origin scenario, from which the new scenario will be created, defaults to 'baseline'
numeric period number from origin scenario from which the new scenario will begin
numeric period number from origin scenario on which the new scenario will end
shock object from create_shock() and add_shock()