getValues | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.