powered by
Get all the values of a variable for some years Monte Carlo
getValues(data = NULL, variable = NULL, mcyear = "all")
an object of class "antaresData" created with the function readAntares.
readAntares
a variable of data
set of mcYear
# NOT RUN { mydata <- readAntares(areas="all",clusters="all", select="LOAD") getValues(mydata$areas, variable="LOAD") getValues(myData$clusters, variable = "production") # }
Run the code above in your browser using DataLab