Description Usage Arguments Examples
View source: R/create_wm_ror.R
Create ROR for Weekly Margins simulation
1 2 3  | create_wm_ror(data_forfait, data_eco2mix, start = NULL,
  startday = "samedi", sort_areas = TRUE,
  opts = antaresRead::simOptions())
 | 
data_forfait | 
 a   | 
data_eco2mix | 
 eco2mix data.  | 
start | 
 Starting day of the simulation, data between previous   | 
startday | 
 Day of week to start simulation.  | 
sort_areas | 
 Reorder other ROR data to match the desired week.  | 
opts | 
 List of simulation parameters returned by the function
  | 
1 2 3 4 5 6 7 8 9 10 11 12 13  | ## Not run: 
# set path to your simulation
opts <- setSimulationPath(path = "path/to/simulation/", simulation = "input")
# Read OA files
oa <- read_forfait_oa(path = "path/to/hydro_forfait/")
# Create ROR series in Antares
create_wm_ror(data = oa, start = "2018-01-04")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.