addMonotones {antaresProcessing}R Documentation

addMonotones

Description

This function computes monotones for some variables.

Usage

addMonotones(antaresData = NULL, variable = NULL)

Arguments

antaresData

Object of class antaresData created with function readAntares.

variable

An ANTARES variable.

Value

addMonotones modifies its input by adding monotones.

Examples

## 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)


[Package antaresProcessing version 0.17.0 Index]