compute_kivt: Compute Kivt coefficient

Description Usage Arguments Value Examples

View source: R/compute_kivt.R

Description

Compute Kivt coefficient

Usage

1
compute_kivt(calendar, clusters_desc, years = NULL)

Arguments

calendar

Calendar data read with read_calendar.

clusters_desc

Clusters / groups description read with read_cluster_desc.

years

Years to consider, if NULL (default), year range from calendar will be used.

Value

a data.table

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
# Calendar data
calendar <- read_calendar(path = "REF_Planning_5_ans_mars_2018.xlsx")

# Clusters description
clusters <- read_cluster_desc("HypothesesRTE_CHO-4145.xlsx")


# Kivt computation
kivt <- compute_kivt(calendar, clusters)
kivt

## End(Not run)

rte-antares-rpackage/antaresThermalTS documentation built on May 14, 2020, 1:48 a.m.