-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplot_generation.Rd
41 lines (35 loc) · 1001 Bytes
/
plot_generation.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Plot_functions.R
\name{plot_generation}
\alias{plot_generation}
\title{Plot Turbining power Graph and return result table}
\usage{
plot_generation(
area,
timestep = "daily",
Mcyear = NULL,
min_path,
max_path,
simulation_name = NULL,
opts = antaresRead::simOptions()
)
}
\arguments{
\item{area}{An 'antares' area.}
\item{timestep}{Resolution of the data to import:
weekly (default, a linear interpolation is done on the data),
monthly (original data).}
\item{Mcyear}{precise the MC year to plot.
Null plot the synthesis. Default NULL}
\item{min_path}{path of Pmin file "/user/Pmin **.txt"}
\item{max_path}{path of Pmax file "/user/Pmax **.txt"}
\item{simulation_name}{simulation name to plot.}
\item{opts}{List of simulation parameters returned by the function
\code{antaresRead::setSimulationPath}}
}
\value{
a \code{ggplot} object
}
\description{
Plot Turbining power Graph and return result table
}