# NOT RUN {
setSimulationPath("myStudy")
myData <- readAntares()
plotXY(myData, "NODU", "LOAD", precision = 50,
sizeOnCount = FALSE)
myData <- readAntares(areas = "all", links = "all")
myData <- mergeAllAntaresData(myData)
plotXY(myData, "OP. COST_max_b", "OP. COST_max_c", precision = 50,
sizeOnCount = FALSE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab