getValues {antaresProcessing}R Documentation

Get values of a variable

Description

Get all the values of a variable for some years Monte Carlo

Usage

getValues(data = NULL, variable = NULL, mcyear = "all")

Arguments

data

an object of class "antaresData" created with the function readAntares.

variable

a variable of data

mcyear

set of mcYear

Examples

## Not run: 

mydata <- readAntares(areas="all",clusters="all", select="LOAD")
getValues(mydata$areas, variable="LOAD")
getValues(myData$clusters, variable = "production")


## End(Not run)

[Package antaresProcessing version 0.18.1 Index]