getValues: Get values of a variable

Description Usage Arguments Examples

View source: R/getValues.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
## 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 Nov. 8, 2021, 8:53 a.m.