getValues {antaresProcessing} | R Documentation |
Get all the values of a variable for some years Monte Carlo
getValues(data = NULL, variable = NULL, mcyear = "all")
data |
an object of class "antaresData" created with the function
|
variable |
a variable of data |
mcyear |
set of mcYear |
## Not run: mydata <- readAntares(areas="all",clusters="all", select="LOAD") getValues(mydata$areas, variable="LOAD") getValues(myData$clusters, variable = "production") ## End(Not run)