compute_all_margins: Compute upward or downward margins

Description Usage Arguments Value Examples

View source: R/compute_all_margins.R

Description

From Antares results, calculate upward or downward margins for all areas given a MC year.

Usage

1
2
3
compute_all_margins(date, mcYear, exclude = c("lu_be", "lu_de"),
  margin = c("upward", "downward"), virtual_areas = c("lac", "pump_d",
  "turb_d", "pump_w", "turb_w"), opts = antaresRead::simOptions())

Arguments

date

Date of the study.

mcYear

An MC year.

exclude

Areas to exclude.

margin

Type of margin to compute, upward or downward, can be abbreviated.

virtual_areas

List of virtuals areas.

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath

Value

a list of data.table with 2 slots: areas and links.

Examples

1
2
3
4
5
6
## Not run: 

# todo


## End(Not run)

rte-antares-rpackage/antaresWeeklyMargin documentation built on July 25, 2019, 8:23 p.m.