correctBalance {antaresProcessing} | R Documentation |
This function corrects the BALANCE with 'ROW BAL.'.
correctBalance(x)
x |
An object of class |
correctBalance
modifies its input by editing BALANCE and 'ROW BAL.'.
Formulas :
BALANCE = BALANCE - 'ROW. BAL.'
ROW. BAL = 0
## Not run: # First simulation studyPath <- "path/to/study/" setSimulationPath(studyPath, 1) mydata1 <- readAntares(areas = "all", districts = "all", synthesis = FALSE) correctBalance(mydata1) ## End(Not run)