View source: R/10_plot_simulation.R
plot_simulation | R Documentation |
Plot simulations of multiple variables in multiple scenarios
plot_simulation(
model,
scenario = "baseline",
take_all = FALSE,
from = NA,
to = NA,
expressions = "Y"
)
model |
SFC model object |
scenario |
vector of strings or single string name of scenario(s) from which take variables values, defaults to 'baseline' |
take_all |
logical indicating whether all scenarios containing the given scenario name string(s) should be used, defaults to FALSE |
from |
numeric period number from which the plot should start, defaults to maximum value |
to |
numeric period number on which the plot should end, defaults to minimum value |
expressions |
vector of strings or single string name of variable(s) expression(s) to plot, defaults to 'Y' |
plotly
plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.