View source: R/Plot_functions.R
plot_flow | R Documentation |
Plot water flow Graph
plot_flow( area, timeStep = "weekly", mcyear = NULL, simulation_name = NULL, opts = antaresRead::simOptions(), shiny = 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. |
... |
further arguments passed to or from other methods. |
a ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.