Plot simulations of multiple variables in multiple scenarios
plot_simulation(
model,
scenario = "baseline",
take_all = FALSE,
from = NA,
to = NA,
expressions = "Y"
)plotly plot
SFC model object
vector of strings or single string name of scenario(s) from which take variables values, defaults to 'baseline'
logical indicating whether all scenarios containing the given scenario name string(s) should be used, defaults to FALSE
numeric period number from which the plot should start, defaults to maximum value
numeric period number on which the plot should end, defaults to minimum value
vector of strings or single string name of variable(s) expression(s) to plot, defaults to 'Y'