addConvergencePriceSystem {antaresProcessing} | R Documentation |
This function computes priceConvergenceSystem, priceConvergenceSystem represent the biggest system without congestion.
addConvergencePriceSystem(antaresData = NULL)
antaresData |
Object of class |
## Not run: myData <- readAntares(areas = "all", links = "all", showProgress = FALSE, linkCapacity = TRUE, mcYears = "all") myDataRV <- removeVirtualAreas(x = myData, storageFlexibility = getAreas(c("psp", "hub")), production = getAreas("off")) addConvergencePriceSystem(myData) ## End(Not run)