getValues: Get values of a variable

View source: R/getValues.R

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

rte-antares-rpackage/antaresProcessing documentation built on June 30, 2024, 2:28 a.m.