plot_flow: Plot water flow Graph

View source: R/Plot_functions.R

plot_flowR Documentation

Plot water flow Graph

Description

Plot water flow Graph

Usage

plot_flow(
  area,
  timeStep = "weekly",
  mcyear = NULL,
  simulation_name = NULL,
  opts = antaresRead::simOptions(),
  shiny = F,
  ...
)

Arguments

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 antaresRead::setSimulationPath

shiny

Boolean. True to run the script in shiny mod.

...

further arguments passed to or from other methods.

Value

a ggplot object


dhia-gharsallaoui/watervalues documentation built on Dec. 1, 2022, 5:18 a.m.