Description Usage Arguments Value Examples
View source: R/compute_all_margins.R
From Antares results, calculate upward or downward margins for all areas given a MC year.
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())
 | 
date | 
 Date of the study.  | 
mcYear | 
 An MC year.  | 
exclude | 
 Areas to exclude.  | 
margin | 
 Type of margin to compute,   | 
virtual_areas | 
 List of virtuals areas.  | 
opts | 
 List of simulation parameters returned by the function
  | 
a list of data.table with 2 slots: areas and links.
1 2 3 4 5 6  | ## Not run: 
# todo
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.