if (FALSE) {
library(antaresRead)
# Set simulation path
setSimulationPath(path = "PATH/TO/SIMULATION", simulation = "input")
# Edit an existing area
editArea("area", color = grDevices::rgb(230, 108, 44, max = 255),
localization = c(1, 1),
opts = antaresRead::simOptions())
editArea("de", nodalOptimization = list("spilledenergycost" = list(fr = 30)),
opts = antaresRead::simOptions())
editArea("de", nodalOptimization = nodalOptimizationOptions(),
opts = antaresRead::simOptions())
editArea(
"de",
filtering = list("filter_synthesis"=paste(c("hourly","daily"),collapse = ", "))
)
}
Run the code above in your browser using DataLab