addMonotones {antaresProcessing} | R Documentation |
This function computes monotones for some variables.
addMonotones(antaresData = NULL, variable = NULL)
antaresData |
Object of class |
variable |
An ANTARES variable. |
addMonotones
modifies its input by adding monotones.
## Not run: # First simulation studyPath <- "path/to/study/" setSimulationPath(studyPath, 1) myData1 <- readAntares(areas = "all", districts = "all", synthesis = FALSE) addMonotones(antaresData = myData1, variable = "LOAD") ## End(Not run)