View source: R/Plot_functions.R
plot_reservoir | R Documentation |
Plot Reservoir Guide Graph and return result table
plot_reservoir( area, timeStep = "weekly", mcyear = NULL, simulation_name = NULL, opts = antaresRead::simOptions(), shiny = F, only_g = F )
area |
An 'antares' area. |
timeStep |
Resolution of the data to import: weekly (default, a linear interpolation is done on the data), monthly (original data). |
mcyear |
precise the MC year to plot. all to plot all years. Null plot the synthesis. Default NULL |
simulation_name |
simulation name to plot. |
opts |
List of simulation parameters returned by the function
|
shiny |
Boolean. True to run the script in shiny mod. |
only_g |
Boolean. True plot only constraints graph. |
a ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.